Skip to content

Commit

Permalink
fix missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 18, 2024
1 parent 36dce68 commit 7143881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-G Xcode -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake
-DPLATFORM=OS64 -DARCHS="arm64
-DPLATFORM=OS64 -DARCHS="arm64"
-DDEPLOYMENT_TARGET=9.0
-S ${{ github.workspace }}
Expand Down

0 comments on commit 7143881

Please sign in to comment.