Skip to content

Commit

Permalink
Fix version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Jul 22, 2023
1 parent 4707e8c commit a79f853
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 @@ -63,7 +63,7 @@ jobs:
- uses: ./
with:
prebuilt-version: 0.6.0
- run: "[[ \"$(cargo prebuilt --version)\" == \"0.6.0\" ]]"
- run: "[[ \"$(cargo prebuilt --version)\" == \"Version: 0.6.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 a79f853

Please sign in to comment.