@@ -29,15 +29,13 @@ jobs:
29
29
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , apt: musl-tools alsa-utils alsa-tools libasound2-dev libudev-dev pkg-config portaudio19-dev build-essential libpulse-dev libdbus-1-dev llvm-dev libclang-dev clang }
30
30
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , arch: aarch64 , apt: "libasound2-dev:arm64 pkg-config libgcc-s1:arm64 libc6:arm64 gcc-aarch64-linux-gnu build-essential crossbuild-essential-arm64" }
31
31
# - { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , arch: aarch64 , apt: "musl-tools libasound2-dev:arm64 pkg-config libgcc-s1:arm64 libc6:arm64 gcc-aarch64-linux-gnu build-essential crossbuild-essential-arm64" }
32
- # # 32 bit cross compiling not working - { target: arm-unknown-linux-gnueabihf , arch: armhf , os: ubuntu-latest , apt: "libatomic1:armhf libasound2-dev:armhf libudev-dev:armhf pkg-config build-essential crossbuild-essential-armhf" }
32
+ # # # 32 bit cross compiling not working - { target: arm-unknown-linux-gnueabihf , arch: armhf , os: ubuntu-latest , apt: "libatomic1:armhf libasound2-dev:armhf libudev-dev:armhf pkg-config build-essential crossbuild-essential-armhf" }
33
33
# - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , arch: riscv64 , apt: "wget gcc-riscv64-linux-gnu libc6-riscv64-cross crossbuild-essential-riscv64 libasound2-dev:riscv64 pkg-config" }
34
- - { target: x86_64-pc-windows-gnu , os: windows-2022 }
35
- - { target: x86_64-pc-windows-msvc , os: windows-2019 }
36
- # NO? - { target: x86_64-unknown-freebsd , os: ubuntu-22.04, c, apt: libasound2-dev pkg-config }
34
+ # - { target: x86_64-pc-windows-gnu , os: windows-2022 }
35
+ # - { target: x86_64-pc-windows-msvc , os: windows-2019 }
36
+ - { target: x86_64-unknown-freebsd , os: ubuntu-22.04, c, apt: libasound2-dev pkg-config }
37
37
38
38
39
-
40
-
41
39
steps :
42
40
- name : Checkout source code
43
41
uses : actions/checkout@v3
0 commit comments