diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 01:09:07 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 01:09:07 +0100 |
| commit | 0a0060373b91ad1d881eaed78d678c86a3d56655 (patch) | |
| tree | 82be856cd3d3cec19e1cb2eaf87b6d01e5e6596e /.github | |
| parent | 12ece264092b7852f357c612c0fe616c388227b8 (diff) | |
Flip slashes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 3b71a3c6e..3ed666c5e 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -37,16 +37,12 @@ jobs: - name: Build C runtime shell: msys2 {0} run: | - cd src\runtime\c + cd src/runtime/c autoreconf -i ./configure make make install - # - name: Build Java bindings - # - # - name: Build Python bindings - - name: Build GF run: | cabal install --only-dependencies -fserver |
