diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f4180a..4bae32f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,8 @@ jobs: - system: durincore os: ubuntu-x86_64 runs-on: ${{ matrix.os }} + container: + image: docker.io/library/ubuntu:latest steps: # - name: Create nix mount point # if: contains(matrix.os, 'ubuntu-x86_64') @@ -23,8 +25,8 @@ jobs: with: fetch-depth: 0 # For compatibility with actions and debian - - name: Install sudo - run: apt update && apt install -y sudo + # - name: Install sudo + # run: apt update && apt install -y sudo - name: Install Nix uses: https://github.com/cachix/install-nix-action@v26 with: