From 082a452a9780467dad9c0b0c3b32eb2fc217245f Mon Sep 17 00:00:00 2001 From: Dominic Mayhew Date: Wed, 14 Feb 2024 15:44:22 -0800 Subject: [PATCH] Install plugin from gen/haskell to use stack.yaml --- .github/actions/setup-protoc-hololens/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-protoc-hololens/action.yml b/.github/actions/setup-protoc-hololens/action.yml index e23a811..45bfbd6 100644 --- a/.github/actions/setup-protoc-hololens/action.yml +++ b/.github/actions/setup-protoc-hololens/action.yml @@ -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