ci: remove magic nix cache

This commit is contained in:
Martin Wimpress 2023-07-24 14:50:28 +01:00
parent b259c61729
commit 60946face5
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Record existing bundle hash - name: Record existing bundle hash
run: | run: |
echo "BUNDLE_HASH=$(sha256sum <dist/index.js | sed 's/ -//')" >>$GITHUB_ENV echo "BUNDLE_HASH=$(sha256sum <dist/index.js | sed 's/ -//')" >>$GITHUB_ENV