Skip to content

Commit

Permalink
What if we just stop quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 24, 2024
1 parent 2d043e4 commit ad00f4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- {
os: ubuntu-latest,
install-deps: "sudo apt-get update && sudo apt-get -y install autoconf automake libtool gcc cmake make",
args: "-DCMAKE_TOOLCHAIN_FILE=\\\"$ANDROID_HOME/ndk/25.2.9519653/build/cmake/android.toolchain.cmake\\\" -DANDROID_ABI=arm64-v8a",
args: "-DCMAKE_TOOLCHAIN_FILE=$ANDROID_HOME/ndk/25.2.9519653/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a",
find-file: "libopus.so",
file: "libopus.so",
rid: "android-arm64",
Expand Down Expand Up @@ -90,15 +90,15 @@ jobs:
- {
os: macos-latest,
install-deps: "brew install autoconf automake libtool gcc cmake make && export PATH=\\\"/usr/local/opt/make/libexec/gnubin:$PATH\\\"",
args: "-G \\\"Unix Makefiles\\\" -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64",
args: "-DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64",
find-file: "libopus.*.*.*.dylib",
file: "libopus.dylib",
rid: "ios-arm64"
}
- {
os: windows-latest,
install-deps: "",
args: "-G \\\"Visual Studio 17 2022\\\" -A Win32",
args: "-A Win32",
find-file: "Release/opus.dll",
file: "opus.dll",
rid: "win-x86",
Expand All @@ -107,7 +107,7 @@ jobs:
- {
os: windows-latest,
install-deps: "",
args: "-G \\\"Visual Studio 17 2022 Win64\\\"",
args: "-A x64",
find-file: "Release/opus.dll",
file: "opus.dll",
rid: "win-x64",
Expand All @@ -116,7 +116,7 @@ jobs:
- {
os: windows-latest,
install-deps: "",
args: "-G \\\"Visual Studio 17 2022 ARM\\\"",
args: "-A ARM64",
find-file: "Release/opus.dll",
file: "opus.dll",
rid: "win-arm64",
Expand Down

0 comments on commit ad00f4d

Please sign in to comment.