mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-02 03:48:19 +08:00
update for main.yml
This commit is contained in:
parent
ad7b65ee54
commit
32237bad78
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
git clone https://github.com/fasiondog/hikyuu.git --recursive --depth 1
|
||||
- name: download_boost
|
||||
run: |
|
||||
git clone https://github.com/fasiondog/hikyuu.git --recursive --depth 1
|
||||
Invoke-WebRequest "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.zip" -UseBasicParsing -OutFile ./boost_1_74_0.zip
|
||||
Expand-Archive ./boost_1_74_0.zip -DestinationPath .
|
||||
Copy-Item ./boost_1_74_0 ./hikyuu
|
||||
|
Loading…
Reference in New Issue
Block a user