Skip to content

Commit

Permalink
CI: fix workflow action deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Jan 30, 2025
1 parent 6e2f5ab commit 1060f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- name: "Check `nix develop` shell can open"
run: nix develop --command "echo"
# this Flake has no build target
Expand Down

0 comments on commit 1060f46

Please sign in to comment.