Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 8c688d9

Browse files
committed
(Yet) again missed a conditional
1 parent 4d19cdc commit 8c688d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt update
3434
sudo apt install -y --no-install-recommends mold clang pkgconf
3535
36-
- if: matrix.target == aarch64-unknown-linux-gnu
36+
- if: matrix.target == 'aarch64-unknown-linux-gnu'
3737
run: |
3838
sudo apt update
3939
sudo apt install -y gcc-aarch64-linux-gnu mold clang pkgconf

0 commit comments

Comments
 (0)