Skip to content

Commit

Permalink
Fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Sep 9, 2023
1 parent 8e58c22 commit f2c35fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: |
/bin/bash
apt-get update && apt-get install -y openssl libsodium-dev xz-utils
apt-get install -y argon2
/bin/bash
nimble install -y
nimble test
Expand Down

0 comments on commit f2c35fa

Please sign in to comment.