This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update azure-pipelines.yml
pull/4264/head
Martin Kroeker
GitHub
2 years ago
parent
619687ddfe
commit
c44ad15a1e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
azure-pipelines.yml
+ 1
- 1
azure-pipelines.yml
View File
@@ -90,7 +90,7 @@ jobs:
- script: |
mkdir winlib
cd winlib
curl -L -o mingw64.zip https://github.com/brechtsanders/winlibs_mingw/releases/download/1
3.2.0mcf-16.0.6-11.0.1-ucrt-r2/winlibs-x86_64-mcf-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r2
.zip
curl -L -o mingw64.zip https://github.com/brechtsanders/winlibs_mingw/releases/download/1
2.2.0-16.0.0-10.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5
.zip
dir
tar -xf mingw64.zip
set PATH=%cd%\mingw64\bin;%PATH%
Write
Preview
Loading…
Cancel
Save