diff options
| author | 2023-01-22 11:10:04 -0600 | |
|---|---|---|
| committer | 2023-01-22 11:10:04 -0600 | |
| commit | 8b0bcf4db9154a768dfabf056735d73af7eb9381 (patch) | |
| tree | 9a78b79522213073366f6363b7682b8a622f8ee5 /.github | |
| parent | Merge branch 'master' of github.com:janet-lang/janet (diff) | |
Add the mingw toolchain.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5c57e76..383cd216 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: install: >- base-devel git + mingw-w64-x86_64-toolchain - name: Build the project shell: cmd run: make -j |
