diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:19:24 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-18 23:19:24 +0100 |
| commit | 8e9212d059f67a73a0413ed01d2cab1524af5d1f (patch) | |
| tree | 2cffc0b120c00fda7c359f341564ef5fdb33a317 /.github/workflows | |
| parent | 012541ff5576ead9d999b5e66821a52b3bcfdace (diff) | |
First install dependencies in Windows build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 994d377ca..0d347aedc 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -33,6 +33,8 @@ jobs: - name: Build GF package run: | + cabal install --only-dependencies + cabal configure cabal build # - name: Upload artifact |
