@@ -11,12 +11,11 @@ jobs:
1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- # os: [ubuntu-20.04, macos-latest]
15- os : [ubuntu-20.04]
14+ os : [ubuntu-20.04, macos-latest]
1615 include :
17- # - os: macos-latest
18- # install_deps: brew install llvm@12 pkg-config wget gzip
19- # path_extension: $(brew --prefix llvm@12)/bin
16+ - os : macos-latest
17+ install_deps : brew install llvm@12 pkg-config wget gzip
18+ path_extension : $(brew --prefix llvm@12)/bin
2019 - os : ubuntu-20.04
2120 install_deps : sudo apt-get install llvm-12-tools llvm-12-dev pkg-config wget gzip
2221 path_extension : /usr/lib/llvm-12/bin
@@ -56,11 +55,11 @@ jobs:
5655 key : ${{ runner.os }}-v3-${{ hashFiles('**/*.cabal', 'stack*.yaml') }}
5756 restore-keys : ${{ runner.os }}-v2-
5857
59- # # This step is a workaround.
60- # # See issue for context: https://github.com/actions/cache/issues/445
61- # - name: Remove cached Setup executables
62- # run: rm -rf ~/.stack/setup-exe-cache
63- # if: runner.os == 'macOS'
58+ # This step is a workaround.
59+ # See issue for context: https://github.com/actions/cache/issues/445
60+ - name : Remove cached Setup executables
61+ run : rm -rf ~/.stack/setup-exe-cache
62+ if : runner.os == 'macOS'
6463
6564 - name : Build, treating warnings as errors
6665 run : make build-ci
0 commit comments