Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/host_system_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CC: ccache gcc-10
- run: cppcheck --project=build/compile_commands.json
- run: scan-build meson compile -C build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: MacOS_Meson_Testlog
Expand All @@ -44,7 +44,7 @@ jobs:
env:
CC: ccache gcc
- run: meson compile -C build
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
if: failure()
with:
name: Windows_Meson_Testlog
Expand Down