diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eefe38c..5bf1f39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,9 @@ jobs: - name: Checkout HEAD uses: actions/checkout@v1 + - shell: bash + run: sudo apt-get update + - name: QEMU run: sudo apt-get install -y qemu-user-static binfmt-support 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