mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 07:49:31 -06:00
Blurt out cabal version in both action and build script
This commit is contained in:
6
.github/workflows/build-macos-package.yml
vendored
6
.github/workflows/build-macos-package.yml
vendored
@@ -9,8 +9,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macOS-latest]
|
||||
cabal: ["2.4"]
|
||||
ghc: ["8.6.5"]
|
||||
cabal: ["2.4"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -22,6 +22,10 @@ jobs:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
cabal-version: ${{ matrix.cabal }}
|
||||
|
||||
- name: Check cabal version
|
||||
run: |
|
||||
cabal --version
|
||||
|
||||
- name: Install build tools
|
||||
run: |
|
||||
brew install \
|
||||
|
||||
Reference in New Issue
Block a user