Skip to content

Commit

Permalink
forgot to install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jun 9, 2024
1 parent 097373b commit df61ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Windows_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Install extra tools
run: choco install wget

- name: Install vulkan-sdk
run: |
wget https://sdk.lunarg.com/sdk/download/1.3.280.0/windows/VulkanSDK-1.3.280.0-Installer.exe -O D:/a/_temp/vulkan.exe
Expand Down

0 comments on commit df61ded

Please sign in to comment.