mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Address/memory/thread sanitizer.
This commit is contained in:
committed by
Christoffer Lerno
parent
d54468d7ed
commit
59ed118e66
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -94,7 +94,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: c3-windows-${{ matrix.build_type }}
|
||||
path: build\${{ matrix.build_type }}\c3c.exe
|
||||
path: |
|
||||
build\${{ matrix.build_type }}\c3c.exe
|
||||
build\${{ matrix.build_type }}\c3c_rt
|
||||
|
||||
build-msys2-mingw:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user