Skip to content

Commit 4b23ca0

Browse files
committed
fix: pushd/popd not found with sh, not needed anyway
1 parent 0561ec2 commit 4b23ca0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,9 @@ jobs:
102102
CIBW_ARCHS_LINUX: "auto aarch64"
103103
CIBW_BEFORE_ALL: |
104104
mkdir moosbuild;
105-
pushd moosbuild >& /dev/null;
106105
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON /project/core-moos/;
107106
make;
108107
make install;
109-
popd >& /dev/null;
110108
CIBW_SKIP: pp*
111109
CIBW_TEST_SKIP: "*"
112110
# CIBW_TEST_COMMAND: python {project}/tests/test.py

0 commit comments

Comments
 (0)