Skip to content

Commit 84f8b1c

Browse files
committed
CI-unixish.yml: reverted non-working "pushd" usage
1 parent 1518a75 commit 84f8b1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jobs:
129129
pytest test-*.py
130130
popd
131131
ln -s cppcheck 'cpp check'
132-
pushd 'cpp check/test/cli'
132+
# using pushd here fails
133+
cd 'cpp check/test/cli'
133134
pytest test-*.py
134135
135136
# fails on macos since some includes (e.g. sys/epoll.h) are not available

0 commit comments

Comments
 (0)