Skip to content

Commit

Permalink
[CI/CD] Modify build the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma711 committed Aug 31, 2023
1 parent d8467d1 commit fcc70a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake -G Ninja --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: ${{github.workspace}}/build/test
Expand Down

0 comments on commit fcc70a4

Please sign in to comment.