Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Aug 7, 2024
1 parent 43a108b commit a0e1071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: prerequisites
run: |
sudo apt-get update
sudo apt-get install -y ncbi-blast+
echo "TERM=-$TERM-"
- name: download
run: echo "-$TERM-; bash -x .github/workflows/get_binary_release.sh | tee | tail -1 > dirname
run: bash -x .github/workflows/get_binary_release.sh | tee | tail -1 > dirname
- name:
run: stxtyper_v*/stxtyper -v
- name: run tests included with distribution
Expand Down

0 comments on commit a0e1071

Please sign in to comment.