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
|
runs-on: macOS-10.15
|
||||||
|
|
||||||
env:
|
|
||||||
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
run: |
|
run: |
|
||||||
stack update
|
stack --no-terminal setup
|
||||||
stack install
|
stack --no-terminal update
|
||||||
|
stack --no-terminal install
|
||||||
|
|
||||||
- name: Create artifacts
|
- name: Create artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue