Skip to content

Commit

Permalink
fix: pushd/popd not found with sh, not needed anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Jun 29, 2022
1 parent 0561ec2 commit 4b23ca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,9 @@ jobs:
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_BEFORE_ALL: |
mkdir moosbuild;
pushd moosbuild >& /dev/null;
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON /project/core-moos/;
make;
make install;
popd >& /dev/null;
CIBW_SKIP: pp*
CIBW_TEST_SKIP: "*"
# CIBW_TEST_COMMAND: python {project}/tests/test.py
Expand Down

0 comments on commit 4b23ca0

Please sign in to comment.