mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
update github windows action
This commit is contained in:
parent
c520b0c12b
commit
48b2f894f4
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
||||
- name: checkout
|
||||
run: |
|
||||
git clone https://github.com/fasiondog/hikyuu.git --recursive --depth 1
|
||||
- name: download_boost
|
||||
run: |
|
||||
Invoke-WebRequest "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.zip" -UseBasicParsing -OutFile ./boost_1_75_0.zip
|
||||
Expand-Archive ./boost_1_75_0.zip -DestinationPath ./hikyuu
|
||||
# Copy-Item ./boost_1_75_0 ./hikyuu
|
||||
|
||||
- name: build
|
||||
shell: cmd
|
||||
|
Loading…
Reference in New Issue
Block a user