Skip to content

Commit d058105

Browse files
committed
Add cabal update to CI
1 parent 13ed140 commit d058105

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ jobs:
1111
if: github.ref != 'refs/heads/master'
1212
steps:
1313
- uses: DeterminateSystems/nix-installer-action@main
14-
- name: Cancel Previous Runs
15-
uses: styfle/[email protected]
16-
with:
17-
access_token: ${{ github.token }}
1814

1915
- name: Nix channel update
2016
run: nix-channel --update
2117

2218
- name: Cabal install
2319
run: nix-env -iA cabal-install -f '<nixpkgs>'
2420

21+
- name: Cabal update
22+
run: cabal update
23+
2524
- name: Build external-stg-interpreter
2625
run: nix-shell -p ghc -p bzip2.dev -p zlib.dev --run 'cabal build external-stg-interpreter'
2726

0 commit comments

Comments
 (0)