Skip to content

Commit

Permalink
Fix vodo build
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Aug 30, 2024
1 parent 8fbd66e commit 58eed5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
run: |
cd ..
git clone https://github.com/TobiasFella/vodozemac-cpp
cmake -S vodozemac -B vodozemac/build $CMAKE_ARGS
cmake --build vodozemac/build --target install
cmake -S vodozemac-cpp -B vodozemac/build $CMAKE_ARGS
cmake --build vodozemac/build-cpp --target install
- name: Get CS API definitions; clone and build GTAD
if: matrix.update-api
Expand Down

0 comments on commit 58eed5f

Please sign in to comment.