diff options
| author | ruki <[email protected]> | 2020-10-05 23:12:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-05 13:17:45 +0800 |
| commit | 5fb2bcc38583f830e064082024212c061f055b99 (patch) | |
| tree | 24198cdd2d4c7a6093584074933a4ae08d651225 /.github/workflows | |
| parent | 8e6f673fe1eb57a5f5535d9bac663868a3922caf (diff) | |
improve find_mingw
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/msys2_mingw.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/msys2_mingw.yml b/.github/workflows/msys2_mingw.yml index c7901e80d..135fcd2bd 100644 --- a/.github/workflows/msys2_mingw.yml +++ b/.github/workflows/msys2_mingw.yml @@ -38,4 +38,9 @@ jobs: make build make install PREFIX=${{ matrix.prefix }} xmake --version + + - name: Tests + shell: msys2 {0} + run: | + cd /C/_ xmake lua -v -D tests/run.lua |
