Skip to content

Commit

Permalink
Merge pull request #20 from DeterminateSystems/DS-970
Browse files Browse the repository at this point in the history
DS-970: Add Magic Nix Cache and other workflow changes
  • Loading branch information
Hoverbear authored Jul 24, 2023
2 parents 5cc3a5e + 60946fa commit 749fc5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@main
- name: Record existing bundle hash
run: |
echo "BUNDLE_HASH=$(sha256sum <dist/index.js | sed 's/ -//')" >>$GITHUB_ENV
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
narinfo-cache-negative-ttl = 0
Expand All @@ -54,7 +54,7 @@ jobs:
# steps:
# - uses: actions/checkout@v3
# - name: Install Nix
# uses: DeterminateSystems/nix-installer-action@v4
# uses: DeterminateSystems/nix-installer-action@main
# with:
# extra-conf: |
# narinfo-cache-negative-ttl = 0
Expand Down

0 comments on commit 749fc5b

Please sign in to comment.