Skip to content

Commit 749fc5b

Browse files
authored
Merge pull request #20 from DeterminateSystems/DS-970
DS-970: Add Magic Nix Cache and other workflow changes
2 parents 5cc3a5e + 60946fa commit 749fc5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Install Nix
15-
uses: DeterminateSystems/nix-installer-action@v4
15+
uses: DeterminateSystems/nix-installer-action@main
1616
- name: Record existing bundle hash
1717
run: |
1818
echo "BUNDLE_HASH=$(sha256sum <dist/index.js | sed 's/ -//')" >>$GITHUB_ENV
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040
- name: Install Nix
41-
uses: DeterminateSystems/nix-installer-action@v4
41+
uses: DeterminateSystems/nix-installer-action@main
4242
with:
4343
extra-conf: |
4444
narinfo-cache-negative-ttl = 0
@@ -54,7 +54,7 @@ jobs:
5454
# steps:
5555
# - uses: actions/checkout@v3
5656
# - name: Install Nix
57-
# uses: DeterminateSystems/nix-installer-action@v4
57+
# uses: DeterminateSystems/nix-installer-action@main
5858
# with:
5959
# extra-conf: |
6060
# narinfo-cache-negative-ttl = 0

0 commit comments

Comments
 (0)