Skip to content

Commit 6856a47

Browse files
committed
fixup: quick update, squash later
1 parent b5b0ca9 commit 6856a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/arm.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ env:
2323
jobs:
2424
linux:
2525
runs-on: ubuntu-20.04
26-
env:
27-
CC: clang
2826
steps:
2927
- uses: actions/checkout@v4
3028
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
@@ -34,6 +32,7 @@ jobs:
3432
bash -c
3533
"
3634
apt-get -y update && apt-get -y install sudo &&
35+
export CC=clang &&
3736
.github/scripts/install_deps.sh &&
3837
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build &&
3938
./scripts/genappimage.sh nightly

0 commit comments

Comments
 (0)