We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ed140 commit d058105Copy full SHA for d058105
.github/workflows/main.yml
@@ -11,17 +11,16 @@ jobs:
11
if: github.ref != 'refs/heads/master'
12
steps:
13
- uses: DeterminateSystems/nix-installer-action@main
14
- - name: Cancel Previous Runs
15
- uses: styfle/cancel-workflow-action@0.9.1
16
- with:
17
- access_token: ${{ github.token }}
18
19
- name: Nix channel update
20
run: nix-channel --update
21
22
- name: Cabal install
23
run: nix-env -iA cabal-install -f '<nixpkgs>'
24
+ - name: Cabal update
+ run: cabal update
+
25
- name: Build external-stg-interpreter
26
run: nix-shell -p ghc -p bzip2.dev -p zlib.dev --run 'cabal build external-stg-interpreter'
27
0 commit comments