Skip to content

Commit

Permalink
drop the use of pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Feb 17, 2025
1 parent a823892 commit e4e8227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Build dependencies
run: |
for host in ${{ join(matrix.host_abi, ' ') }}; do
pushd contrib/depends
cd contrib/depends
env -i PATH="$PATH" CC=gcc CXX=g++ make -j$(nproc || sysctl -n hw.logicalcpu) HOST="$host"
popd
cd ../..
done
- name: Cache dependencies
Expand Down

0 comments on commit e4e8227

Please sign in to comment.