remove override
This commit is contained in:
parent
f70e4fc6ca
commit
285a3620b4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,8 +14,6 @@ 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
|
|
||||||
env:
|
env:
|
||||||
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}
|
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue