Skip to content

Commit

Permalink
ANON-197 - Reduce parallelism to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Sep 25, 2024
1 parent 484d5f1 commit 371fa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
cd openssl-${OPENSSL_VERSION}
./Configure ${MINGW} shared --cross-compile-prefix=${CROSS_HOST}- --prefix="/build/openssl-${BUILD_TYPE}-prefix/"
make -j1
make -j${{ env.ANON_JOBS }}
make install
cd ..
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
--disable-gcc-hardening \
--enable-static-tor \
--prefix="/build/anon-prefix"
make -j${{ env.ANON_JOBS }}
make -j1
make install
- name: Copy executables to artifact directory
run: |
Expand Down

0 comments on commit 371fa96

Please sign in to comment.