mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 09:53:51 -08:00
fix(ci): correctly use magic-nix-cache
This commit is contained in:
parent
06519c40be
commit
0aef4e7260
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -9,8 +9,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
# - name: Install Nix
|
||||
# uses: cachix/install-nix-action@v30
|
||||
|
|
Loading…
Reference in a new issue