Skip to content

Commit 4fabc90

Browse files
Xinyu LiXinyu Li
authored andcommitted
update windows
1 parent 61929b9 commit 4fabc90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
mv Halide*/* ${HOME}/Halide
7272
7373
# zlib, libjpeg, libpng
74-
git clone https://github.com/microsoft/vcpkg.git && .\vcpkg\bootstrap-vcpkg.bat
75-
${{ github.workspace }}\vcpkg\vcpkg.exe install --triplet=x64-windows-static
74+
git clone https://github.com/microsoft/vcpkg.git && ./vcpkg/bootstrap-vcpkg.bat
75+
vcpkg/vcpkg.exe install --triplet=x64-windows-static
7676
7777
- name: Configure
7878
shell: bash

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
mv Halide*/* ${HOME}/Halide
3838
3939
# zlib, libjpeg, libpng, use the latest to vcpkg
40-
git clone https://github.com/microsoft/vcpkg.git && .\vcpkg\bootstrap-vcpkg.bat
41-
${{ github.workspace }}\vcpkg\vcpkg.exe install --triplet=x64-windows-static
40+
git clone https://github.com/microsoft/vcpkg.git && ./vcpkg/bootstrap-vcpkg.bat
41+
vcpkg/vcpkg.exe install --triplet=x64-windows-static
4242
4343
- name: Configure
4444
shell: bash

0 commit comments

Comments
 (0)