We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681158 commit e226434Copy full SHA for e226434
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Checkout repository
48
uses: actions/checkout@v4
49
- name: Install nix
50
- uses: cachix/install-nix-action@v30
+ uses: cachix/install-nix-action@v31
51
with:
52
nix_path: "${{ env.nixPath }}"
53
extra_nix_config: |
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments