Skip to content

Commit

Permalink
Replace cache-install with simple nix-build step in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jan 31, 2022
1 parent 979b376 commit bc04b4d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
with:
name: miso-haskell

- name: Cache install Nix packages
uses: rikhuijzer/cache-install@v1.0.0
with:
key: nix-${{ hashFiles('default.nix') }}
# - name: Cache install Nix packages
# uses: rikhuijzer/cache-install@v1.0.8
# with:
# key: nix-${{ hashFiles('default.nix') }}

- run: nix-build

- run: |
cp -r ./result/bin/try-phi.jsexe/ dist/
Expand Down

0 comments on commit bc04b4d

Please sign in to comment.