Skip to content

Commit 8b900ab

Browse files
committed
ci/publish: fix setting up compiler
1 parent 9ec3288 commit 8b900ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: |
3535
echo TARGET_PREFIX=arm-linux-gnueabihf >> $GITHUB_ENV
3636
- name: Setup compiler
37-
if: matrix.target == 'aarch64-unknown-linux-musl'
3837
run: |
3938
[[ -z $TARGET_PREFIX ]] && exit 0
4039
sudo apt install gcc-$TARGET_PREFIX

0 commit comments

Comments
 (0)