We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b0ca9 commit 6856a47Copy full SHA for 6856a47
.github/workflows/arm.yml
@@ -23,8 +23,6 @@ env:
23
jobs:
24
linux:
25
runs-on: ubuntu-20.04
26
- env:
27
- CC: clang
28
steps:
29
- uses: actions/checkout@v4
30
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
@@ -34,6 +32,7 @@ jobs:
34
32
bash -c
35
33
"
36
apt-get -y update && apt-get -y install sudo &&
+ export CC=clang &&
37
.github/scripts/install_deps.sh &&
38
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build &&
39
./scripts/genappimage.sh nightly
0 commit comments