Skip to content

Commit

Permalink
https://github.com/actions/runner/issues/520
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed May 19, 2021
1 parent a89ebd0 commit 6b746ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
run: nix build
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && github.repository_owner == 'haskell' }}
run: nix develop --profile dev && cachix push haskell-language-server dev
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && github.repository_owner == 'haskell' }}
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server

0 comments on commit 6b746ef

Please sign in to comment.