Skip to content

Commit

Permalink
add installation of containers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Dec 15, 2023
1 parent 3cfb057 commit e5fbf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
run: cabal update
- name: add random Haskell lib
run: cabal install --lib random
- name: add base Haskell lib
run: cabal install --lib base
- name: add base Haskell lib and containers (prelude, Data.Array)
run: cabal install --lib base containers
- name: Checkout truth
run: git clone --branch master https://github.com/jlab/gapc-test-suite.git $GITHUB_WORKSPACE/../gapc-test-suite

Expand Down

0 comments on commit e5fbf45

Please sign in to comment.