Skip to content

Commit

Permalink
keeping only indows arm build for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 22, 2024
1 parent 0c572b4 commit 1154ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ jobs:
python generate_c_files.py &&
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=..\built -DCMAKE_BUILD_TYPE=Release .. &&
cmake -DCMAKE_INSTALL_PREFIX=..\built -DCMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR_PLATFORM=arm64 .. &&
cmake --build . --config Release &&
cmake --install . --prefix ..\built
CIBW_TEST_REQUIRES: grid2op pandapower
Expand Down

0 comments on commit 1154ab5

Please sign in to comment.