Skip to content

Commit

Permalink
Install plugin from gen/haskell to use stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
domMayhew committed Feb 14, 2024
1 parent 825529b commit 082a452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-protoc-hololens/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ runs:
- name: Setup Haskell
id: setup-hs
uses: haskell-actions/setup@v2
working-directory: gen/haskell
with:
ghc-version: 9.6.4
enable-stack: true
stack-no-global: true

- name: Restore Stack Root
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 082a452

Please sign in to comment.