update gh action
This commit is contained in:
parent
d65c94b227
commit
c99f0fc827
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -3,7 +3,8 @@ on:
|
||||||
- push
|
- push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker.io/jcollie/nixos-runner:latest
|
runs-on: ubuntu-24.04
|
||||||
|
container: docker.io/jcollie/nixos-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: set
|
- run: set
|
||||||
|
|
Loading…
Reference in a new issue