Skip to content

Commit

Permalink
ci: install daml sdk in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Feb 1, 2024
1 parent e63996f commit 158ed22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
${{ runner.os }}-${{ matrix.ghc }}-build-
${{ runner.os }}-${{ matrix.ghc }}-
${{ runner.os }}
- name: Install daml sdk
run:
curl -sSL https://get.daml.com/ | sh
- name: Install dependencies
run: |
cabal update
Expand Down

0 comments on commit 158ed22

Please sign in to comment.