diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index af10aec3b..63348877a 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -102,13 +102,13 @@ jobs: run: cpio -idv < native-${{ matrix.os }}/test-progs.cpio if: ${{ matrix.os == 'opensuse-leap' }} - name: unpack binary archive - run: tar xvm native-${{ matrix.os }}/test-progs.tar + run: tar xfmv native-${{ matrix.os }}/test-progs.tar if: ${{ matrix.os != 'opensuse-leap' }} - name: run root tests uses: mosteo-actions/docker-run@v1 with: - image: ghcr.io/mwilck/multipath-run-debian-${{ matrix.os }} + image: ghcr.io/mwilck/multipath-run-${{ matrix.os }} guest-dir: /build host-dir: ${{ github.workspace }} params: --privileged -v /dev/ram0:/dev/ram0