Skip to content

Commit

Permalink
fixed missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
enetheru committed Mar 11, 2024
1 parent 378393c commit 6ace9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
# Cmake configure and build godot-cpp
- name: Configure godot-cpp
run:
run: |
cmake -DCMAKE_BUILD_TYPE=Release -GNinja .
cmake --build . -j $(nproc) --verbose
# Configure and build test extension
- name: Configure godot-cpp/test (Linux)
run:
run: |
cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -GNinja .
cmake --build . -j $(nproc) --verbose
Expand Down

0 comments on commit 6ace9ba

Please sign in to comment.