Fix macos build on GitHub actions release-candidate.

This commit is contained in:
John MacFarlane 2021-12-29 17:00:49 -08:00
parent a6f62b2e79
commit ce7e1f5169

View file

@ -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: |