Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
harmless-tech committed Apr 9, 2023
1 parent f0660c6 commit 847bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: ./
with:
version: 0.5.0
- run: "[[ \"$(cargo prebuilt --version)\" == \"0.4.0\" ]]"
- run: "[[ \"$(cargo prebuilt --version)\" == \"0.5.0\" ]]"
test-linux-tools: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 847bfc3

Please sign in to comment.