Skip to content

Commit eb48bf9

Browse files
committed
Fix build for macOS
1 parent 6b0740c commit eb48bf9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
echo "LINUX_CABAL_ARGS=--enable-executable-static --ghc-options=-split-sections" >> $GITHUB_ENV
6666
echo "GHC_VERSION=$GHC_VER" >> $GITHUB_ENV
6767
68+
- name: Set some macOs specific things
69+
if: matrix.os == 'macOS-latest'
70+
env:
71+
GHC_VER: ${{ matrix.ghc }}
72+
run: |
73+
echo "GHC_VERSION=$GHC_VER" >> $GITHUB_ENV
74+
6875
- name: Build Server
6976
# Try building it twice in case of flakey builds on Windows
7077
run: |

0 commit comments

Comments
 (0)