mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 14:58:08 +00:00
run clang build for now
This commit is contained in:
committed by
Ryan Fleury
parent
fb48dcf42b
commit
a1f0df2d76
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Run
|
||||
shell: bash
|
||||
run: |
|
||||
CC="${{ matrix.compiler }}" ./run.sh "${{ matrix.compiler }}" "${{ matrix.mode }}" -- --gen_crash_dump
|
||||
CC="${{ matrix.compiler }}" ./run.sh clang "${{ matrix.mode }}" -- --gen_crash_dump
|
||||
- name: Upload Artifacts
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v7
|
||||
|
||||
Reference in New Issue
Block a user