We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0740c commit eb48bf9Copy full SHA for eb48bf9
.github/workflows/build.yml
@@ -65,6 +65,13 @@ jobs:
65
echo "LINUX_CABAL_ARGS=--enable-executable-static --ghc-options=-split-sections" >> $GITHUB_ENV
66
echo "GHC_VERSION=$GHC_VER" >> $GITHUB_ENV
67
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
+
75
- name: Build Server
76
# Try building it twice in case of flakey builds on Windows
77
run: |
0 commit comments