ci: fix test not working
This commit is contained in:
parent
5b5685426c
commit
53bc14dae1
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -15,7 +15,13 @@ jobs:
|
|||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
|
||||
- uses: cachix/install-nix-action@v30
|
||||
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: devenv
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Install devenv.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue