Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Hikyuu
Commits
d71d2df1
Commit
d71d2df1
authored
4 years ago
by
fasiondog
Browse files
Options
Download
Email Patches
Plain Diff
update for main.yml
parent
beea0909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+3
-1
.github/workflows/main.yml
with
3 additions
and
1 deletion
+3
-1
.github/workflows/main.yml
+
3
-
1
View file @
d71d2df1
...
...
@@ -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
:
|
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help