Skip to content

Commit

Permalink
Merge pull request #2 from xyx0no646/krkrsdl2
Browse files Browse the repository at this point in the history
Update ci.yml for x86_64 MacOS
  • Loading branch information
uyjulian authored Jul 2, 2024
2 parents 54d6da2 + 3e7d9cf commit 39ceeb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-krkrsdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,7 @@
},
{
"name" : "Configure project",
"run" : "cmake -S . -B build",
"env" : {
"CMAKE_OSX_ARCHITECTURES":"x86_64;arm64"
}
"run" : "cmake -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' -S . -B build"
},
{
"name" : "Build project",
Expand Down

0 comments on commit 39ceeb8

Please sign in to comment.