Skip to content

Commit

Permalink
after installation fail to go on
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre committed Nov 20, 2023
1 parent d951c3d commit 6815d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
set VCPKG_INSTALLED="%RUNNER_WORKSPACE%\vcpkg\installed\%platform%"
cd %RUNNER_WORKSPACE%
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat --disable-metrics
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
dir
.\vcpkg\vcpkg.exe install sqlite3[core,tool]:"%platform%"
.\vcpkg\vcpkg.exe install tiff:"%platform%"
Expand Down

0 comments on commit 6815d5f

Please sign in to comment.