Fix macos build on GitHub actions release-candidate.
This commit is contained in:
parent
a6f62b2e79
commit
ce7e1f5169
1 changed files with 3 additions and 5 deletions
8
.github/workflows/release-candidate.yml
vendored
8
.github/workflows/release-candidate.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue