update for main.yml

This commit is contained in:
fasiondog 2020-09-15 23:16:54 +08:00
parent ad7b65ee54
commit 32237bad78

View File

@ -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