remove thread count from volare

This commit is contained in:
Mohamed Gaber
2024-05-13 09:25:58 +03:00
parent 36d357c929
commit 77eb5ffc00

View File

@@ -55,7 +55,7 @@ jobs:
python3 -m pip install --upgrade --no-cache-dir volare>=0.12.3
export OPDKS_VER="$(python3 ./dependencies/tool.py open_pdks -f commit)"
volare enable -j$(nproc) --pdk $PDK_FAMILY $OPDKS_VER
volare enable --pdk $PDK_FAMILY $OPDKS_VER
- name: Tarball PDK
run: |