File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : Check release builds
22
3- on : workflow_dispatch
3+ on :
4+ workflow_dispatch :
5+ push :
46
57concurrency :
68 group : ${{ github.workflow }}-${{ github.ref }}
3739 - name : 🗄️ Print Job info
3840 run : |
3941 echo 'matrix.os: ${{ matrix.os }}'
40- echo 'matrix.ghc-version: ${{ matrix.ghc-version || env.DEFAULT_GHC_VERSION }}'
41- echo 'matrix.cabal-version: ${{ matrix.os || env.DEFAULT_CABAL_VERSION }}'
42+ echo 'matrix.ghc-version: ${{ matrix.ghc-version }}'
43+ echo 'matrix.cabal-version: ${{ matrix.cabal-version }}'
4244 echo 'toJSON(matrix): ${{ toJSON(matrix) }}'
4345
4446 - name : 🛠️ Setup Haskell
5658
5759 - name : 🛠️ Configure
5860 run : |
59- touch "cabal.project.temp"
61+ echo "packages: ./blockio/blockio.cabal ./lsm-tree.cabal" "cabal.project.temp"
6062 cabal configure \
6163 --project-file="cabal.project.temp" \
6264 --disable-tests \
You can’t perform that action at this time.
0 commit comments