Skip to content

Commit

Permalink
missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 26, 2023
1 parent 4e3e04e commit 87af971
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 @@ -75,7 +75,7 @@ jobs:
run: |
PKG_CONFIG_PATH=${{ matrix.homebrew_prefix }}/lib/pkgconfig cmake -B build -G Ninja \
-DCMAKE_Swift_COMPILER=`which swiftc` \
-DCMAKE_FIND_ROOT_PATH=${{ matrix.homebrew_prefix }}
-DCMAKE_FIND_ROOT_PATH=${{ matrix.homebrew_prefix }} \
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }} \
-DCMAKE_BUILD_TYPE=Release
cmake --build build || ./fix-cross-build.sh
Expand Down

0 comments on commit 87af971

Please sign in to comment.