Skip to content

Commit

Permalink
[chore] update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed May 6, 2024
1 parent 7523089 commit 313bf66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
- name: install packages from security-advisories
run: |
cabal install git://github.com/haskell/security-advisories.git#main:osv
cabal install git://github.com/haskell/security-advisories.git#main:cvss
cabal install git://github.com/haskell/security-advisories.git#main:hsec-core
cabal install git://github.com/haskell/security-advisories.git#main:hsec-tools
- name: Build
run: cabal build
- name: Test
Expand Down

0 comments on commit 313bf66

Please sign in to comment.