Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/run_build_work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
run: |
git clone https://github.com/YGXXD/ntr.git
cd ntr
git checkout ed4ee07084f6ac5f936857fa8d41fb0366a814b5
cmake -B build -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -S . -G ${{ matrix.cmake_project }}
cmake --build build --config Release
${{ matrix.root }} cmake --install build --config Release
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.