Skip to content

Commit

Permalink
fix missing version tag for linux ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Jan 20, 2022
1 parent 73fc517 commit b5baff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: YOCKOW/Action-setup-swift@master
- uses: YOCKOW/Action-setup-swift@v1.1.14
- run: |
swift run unit-test
swift run -c release integration-test --compact
Expand Down

0 comments on commit b5baff3

Please sign in to comment.