diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 102a9dc..956d627 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,36 +33,36 @@ jobs: matrix: include: ${{ fromJSON(needs.matrix-builder.outputs.includes) }} - container: "${{ matrix.distro }}:${{ matrix.codename }}" - # container: + # container: "${{ matrix.distro }}:${{ matrix.codename }}" + container: # image: "${{ matrix.distro }}:${{ matrix.codename }}" - # # image: "ghcr.io/regolith-linux/ci-${{ matrix.distro }}:${{ matrix.codename }}-${{ matrix.arch }}" + image: "ghcr.io/regolith-linux/ci-${{ matrix.distro }}:${{ matrix.codename }}-${{ matrix.arch }}" # # options: --privileged steps: - name: Checkout uses: actions/checkout@v4 - - name: Ensure Sudo - uses: regolith-linux/actions/ensure-sudo@main + # - name: Ensure Sudo + # uses: regolith-linux/actions/ensure-sudo@main - - name: Environment Setup - run: | - sudo apt-get update - sudo apt-get install -y --no-install-recommends \ - git \ - ca-certificates \ - wget \ - curl \ - jq \ - gpg \ - gpg-agent \ - devscripts \ - dput \ - diffutils \ - packaging-dev \ - git-buildpackage \ - libsystemd-dev + # - name: Environment Setup + # run: | + # sudo apt-get update + # sudo apt-get install -y --no-install-recommends \ + # git \ + # ca-certificates \ + # wget \ + # curl \ + # jq \ + # gpg \ + # gpg-agent \ + # devscripts \ + # dput \ + # diffutils \ + # packaging-dev \ + # git-buildpackage \ + # libsystemd-dev - name: Build Package uses: regolith-linux/actions/build-package@enhance-build-package