Skip to content

Commit 8d7bb92

Browse files
Set SDKROOT in macos job
1 parent 484328f commit 8d7bb92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
restore-keys: |
122122
repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-
123123
124+
- name: Set SDK path
125+
run: |
126+
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
127+
124128
- name: Prefetch Stackage snapshot
125129
shell: bash
126130
run: |

0 commit comments

Comments
 (0)