Skip to content

Commit

Permalink
Fix windows build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed May 28, 2024
1 parent 6803261 commit 1317b4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
run: |
mkdir build_pmr
cd build_pmr
cmake ../pmr -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake ../pmr
cmake --build . --config Release
shell: bash

- name: Test Zserio C++ custom memory management tutorial
Expand All @@ -103,8 +103,8 @@ jobs:
run: |
cd build_pmr
rm -rd *
cmake ../pmr -DCMAKE_BUILD_TYPE=Release -DREGENERATE_CPP_SOURCES=ON
cmake --build .
cmake ../pmr -DREGENERATE_CPP_SOURCES=ON
cmake --build . --config Release
shell: bash

- name: Test Zserio C++ custom memory management tutorial (sources regeneration)
Expand Down

0 comments on commit 1317b4c

Please sign in to comment.