ci: try switching to docker?
Some checks reported warnings
/ check (push) Has been cancelled
Some checks reported warnings
/ check (push) Has been cancelled
This commit is contained in:
parent
bc6a349416
commit
6669bc8a89
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
|
|
Loading…
Reference in a new issue