Skip to content

Commit

Permalink
Merge pull request #9 from flameshot-org/master
Browse files Browse the repository at this point in the history
Remove QEMU dummy package installation from Linux-pack.yml (flameshot-org#3851)
  • Loading branch information
volovikariel authored Feb 27, 2025
2 parents 9eceebe + aad3a5e commit 40216cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
esac
if [ -n "${QEMU_ARCH}" ]; then
sudo apt-get -y -qq update
sudo apt-get -y install qemu binfmt-support qemu-user-static
sudo apt-get -y install binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes --credential yes
cat /proc/sys/fs/binfmt_misc/qemu-${QEMU_ARCH}
fi
Expand Down

0 comments on commit 40216cd

Please sign in to comment.