File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 shell : C:\cygwin\bin\bash.EXE --noprofile --norc -e -o pipefail -o igncr {0}
6666 run : |
6767 bash ./sapi/scripts/cygwin/install-re2c.sh
68- bash sapi/download-box/download-box-get-archive-from-server.sh
6968
7069 - name : install deps lib with source code
7170 shell : C:\cygwin\bin\bash.EXE --noprofile --norc -e -o pipefail -o igncr {0}
7271 run : |
72+ bash sapi/download-box/download-box-get-archive-from-server.sh
7373 bash ./sapi/scripts/msys2/install-libzip.sh
7474 bash ./sapi/scripts/msys2/install-libyuv.sh
7575 bash ./sapi/scripts/msys2/install-libavif.sh
Original file line number Diff line number Diff line change 5252 - name : install deps lib with source code
5353 shell : msys2 {0}
5454 run : |
55+ bash sapi/download-box/download-box-get-archive-from-server.sh
5556 bash ./sapi/scripts/msys2/install-deps-lib.sh
5657
5758 - name : Prepare
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mkdir -p pool/lib/
1414WORK_TEMP_DIR=${__PROJECT__} /var/msys2-build/
1515mkdir -p ${WORK_TEMP_DIR}
1616
17- VERSION=1.0.18
17+ VERSION=1.0.21
1818
1919download () {
2020 # document https://doc.libsodium.org/
You can’t perform that action at this time.
0 commit comments