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
|
- system: durincore
|
||||||
os: ubuntu-x86_64
|
os: ubuntu-x86_64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
container:
|
||||||
|
image: docker.io/library/ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
# - name: Create nix mount point
|
# - name: Create nix mount point
|
||||||
# if: contains(matrix.os, 'ubuntu-x86_64')
|
# if: contains(matrix.os, 'ubuntu-x86_64')
|
||||||
|
@ -23,8 +25,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# For compatibility with actions and debian
|
# For compatibility with actions and debian
|
||||||
- name: Install sudo
|
# - name: Install sudo
|
||||||
run: apt update && apt install -y sudo
|
# run: apt update && apt install -y sudo
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v26
|
uses: https://github.com/cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue