mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[ci] Remove the unused second argument to build-win.sh
This commit is contained in:
parent
9298b31046
commit
ee15f723fd
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ jobs:
|
|||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
bash .ci/build-win.sh 32 i686
|
||||
bash .ci/build-win.sh 32
|
||||
- store_artifacts:
|
||||
path: harfbuzz-win32.zip
|
||||
- persist_to_workspace:
|
||||
|
@ -163,7 +163,7 @@ jobs:
|
|||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
bash .ci/build-win.sh 64 x86_64
|
||||
bash .ci/build-win.sh 64
|
||||
- store_artifacts:
|
||||
path: harfbuzz-win64.zip
|
||||
- persist_to_workspace:
|
||||
|
|
Loading…
Add table
Reference in a new issue