Skip to content

Commit

Permalink
Merge branch 'fix-linux-build-validation' into imgui-1916
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Jan 10, 2025
2 parents 0965986 + 232e337 commit 7465317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --config Release --parallel 10
env:
CC: gcc-10
CXX: g++-10
CC: gcc-12
CXX: g++-12
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7465317

Please sign in to comment.