fix: use ubuntu-latest with nix-installer action for now
Some checks failed
/ check (push) Failing after 8m9s
Some checks failed
/ check (push) Failing after 8m9s
This commit is contained in:
parent
d52a9d3ef6
commit
c0a175ec7f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nix-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- run: nix flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue