debug
This commit is contained in:
parent
486a8ad7a5
commit
3fc5fa3409
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Reference in a new issue