diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-16 10:43:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:43:45 -0500 |
commit | 63d1a7be06a676e52b667c0c64649047a0871cc2 (patch) | |
tree | da01f6a0bf0cb80124ce4887f607167ed4adb8d0 | |
parent | 23c5c315d5f6a3e93cdb1bf1f51016fbacb86881 (diff) | |
download | libgit2-ethomson/no_qemu.tar.gz |
Update nightly.ymlethomson/no_qemu
-rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 789f268f8..4332e4f26 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -273,9 +273,6 @@ jobs: run: source/ci/setup-${{ matrix.platform.setup-script }}.sh shell: bash if: matrix.platform.setup-script != '' - - name: Setup QEMU - run: docker run --rm --privileged multiarch/qemu-user-static:register --reset - if: matrix.platform.container.qemu == true - name: Download container run: | "${{ github.workspace }}/source/ci/getcontainer.sh" "${{ matrix.platform.container.name }}" "${{ matrix.platform.container.dockerfile }}" |