Skip to content

Commit

Permalink
.github/workflows/stack.yml: only build ihaskell at first
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Apr 21, 2024
1 parent 8abb220 commit 60a8883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build
run: |
export "NIX_PATH=nixpkgs=$(nix run .#print-nixpkgs-master)"
stack build --stack-yaml ${{matrix.stack-yaml}}
stack build ihaskell --stack-yaml ${{matrix.stack-yaml}}
- name: Test
run: |
Expand Down

0 comments on commit 60a8883

Please sign in to comment.