Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream authored Apr 22, 2024
1 parent 3cc1041 commit 002ceeb
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 @@ -27,7 +27,7 @@ jobs:
cd swift-format
git checkout "tags/$VERSION"
swift build -c release
export SWIFTFORMAT_BIN=$(pwd)/.build/release/swift-format"
export SWIFTFORMAT_BIN=$(pwd)/.build/release/swift-format
cd "${GITHUB_WORKSPACE}"
- name: Run soundness
run: |
Expand Down

0 comments on commit 002ceeb

Please sign in to comment.