diff options
| -rw-r--r-- | .github/workflows/full_check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 507fb53..74c40fe 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -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 |
