Release workflow hotfix
This commit is contained in:
parent
307641981c
commit
fc572180da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MAKE_THREADS_CNT: -j8
|
MAKE_THREADS_CNT: -j8
|
||||||
run: |
|
run: |
|
||||||
mkdir Libraries & &cd Libraries
|
mkdir Libraries && cd Libraries
|
||||||
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
|
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
|
||||||
git clone https://github.com/telegramdesktop/zlib.git
|
git clone https://github.com/telegramdesktop/zlib.git
|
||||||
cd zlib
|
cd zlib
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue