diff --git a/action.yml b/action.yml index 784abed..a91d133 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,9 @@ runs: steps: - uses: actions/checkout@v3 + - shell: bash + run: sudo apt-get update + - shell: bash run: sudo apt-get install -y qemu-user-static binfmt-support