Commit d71d2df1 authored by fasiondog's avatar fasiondog
Browse files

update for main.yml

parent beea0909
Showing with 3 additions and 1 deletion
+3 -1
......@@ -20,7 +20,9 @@ jobs:
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
cd ./hikyuu
cd ./hikyuu/boost_1_74_0
powershell -ExecutionPolicy Bybass -Command bootstrap.bat
cd ..
ls
- name: build
run: |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment