actions: Fix forgotten reference to action that is only on github
Some checks failed
Cachix / build (kholinar) (push) Has been cancelled
Cachix / build (lasting-integrity) (push) Has been cancelled
Cachix / build (marabethia) (push) Has been cancelled
Cachix / build (urithiru) (push) Has been cancelled
Cachix / build (elendel) (push) Has been cancelled
Some checks failed
Cachix / build (kholinar) (push) Has been cancelled
Cachix / build (lasting-integrity) (push) Has been cancelled
Cachix / build (marabethia) (push) Has been cancelled
Cachix / build (urithiru) (push) Has been cancelled
Cachix / build (elendel) (push) Has been cancelled
This commit is contained in:
parent
f692804dfe
commit
43531586d1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: apt update && apt install -y sudo
|
||||
- uses: cachix/install-nix-action@v30
|
||||
- uses: https://github.com/cachix/install-nix-action@v30
|
||||
with:
|
||||
enable_kvm: false
|
||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue