Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint committed Nov 15, 2024
1 parent ce75305 commit 965e9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build and Run other project
run: |
cd example_project/
cmake -B build/ -D "CMAKE_C_COMPILER=$CMAKE_C_COPMILER" -D "CMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER"
cmake -B build/ -D "CMAKE_C_COMPILER=$CMAKE_C_COMPILER" -D "CMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER"
make -C build
if [ "$SCALUQ_USE_CUDA" != 'ON']; then
build/main
Expand Down

0 comments on commit 965e9a3

Please sign in to comment.