We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c4c3a commit ddd391aCopy full SHA for ddd391a
1 file changed
.github/workflows/test.yml
@@ -11,8 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v6
13
- uses: DeterminateSystems/nix-installer-action@v21
14
- - uses: DeterminateSystems/magic-nix-cache-action@v12
15
- - run: nix profile install nixpkgs#direnv
+ - run: nix profile add .#direnv
16
- run: |
17
direnv allow
18
direnv export gha >> "$GITHUB_ENV"
0 commit comments