mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Address/memory/thread sanitizer.
This commit is contained in:
committed by
Christoffer Lerno
parent
b46463563e
commit
5ab5fdf954
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