Skip to content

Commit

Permalink
fix linux build validation (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Jan 10, 2025
1 parent 3e46fe7 commit 440c7ad
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 440c7ad

Please sign in to comment.