Skip to content

Commit

Permalink
Remove unecessary escaping in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 7, 2024
1 parent 54a3062 commit 1a63d1e
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 @@ -50,4 +50,4 @@ jobs:
uses: actions/checkout@v4
- name: Run unit tests
run: |
swift test -Xcc -IC:/Program\ Files\ \(x86\)/zlib/include -Xlinker -LC:/Program\ Files\ \(x86\)/zlib/lib
swift test -Xcc -IC:/Program Files (x86)/zlib/include -Xlinker -LC:/Program Files (x86)/zlib/lib

0 comments on commit 1a63d1e

Please sign in to comment.