From ce7e1f516957c62124fcbcc83523786b0f36ed5d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 29 Dec 2021 17:00:49 -0800 Subject: [PATCH] Fix macos build on GitHub actions release-candidate. --- .github/workflows/release-candidate.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 89b25036a..84b2e8565 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -86,16 +86,14 @@ jobs: runs-on: macOS-10.15 - env: - DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer - steps: - uses: actions/checkout@v1 - name: Build executable run: | - stack update - stack install + stack --no-terminal setup + stack --no-terminal update + stack --no-terminal install - name: Create artifacts run: |