Skip to content

Commit cac3b88

Browse files
author
Oleg
committed
Disable qemu in build all workflow
1 parent ce12a04 commit cac3b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: echo "name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
4545

4646
- name: Install qemu
47+
if: false
4748
run: |
4849
sudo apt-get update
4950
sudo apt-get install -y qemu-user-static

0 commit comments

Comments
 (0)