Skip to content

Commit

Permalink
That was arm, not musl
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 3, 2024
1 parent b4ebc6f commit ceb1218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
rid: "linux-x64"
}
- {
name: "Linux x64 (musl)",
name: "Linux Arm64 (glibc)",
os: ubuntu-latest,
install-deps: "sudo apt-get update && sudo apt-get -y install autoconf automake libtool gcc-arm-linux-gnueabi binutils-arm-linux-gnueabi cmake make && export CC=arm-linux-gnueabi-gcc make && alias gcc=arm-linux-gnueabi-gcc",
args: "",
find-file: "libopus.so.*.*.*",
file: "libopus.so",
rid: "linux-x64"
rid: "linux-arm64"
}
- {
name: "MacOS x64",
Expand Down

0 comments on commit ceb1218

Please sign in to comment.