Skip to content

Commit

Permalink
try using existing usb driver
Browse files Browse the repository at this point in the history
  • Loading branch information
fixstars-sonali committed Oct 27, 2023
1 parent 282275f commit e44244e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/develop-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ on:

env:
WDK_8_PKG_URL: "https://go.microsoft.com/fwlink/p/?LinkID=253170"
USB_DRIVER_INSTALLER: "https://github.com/pbatard/libwdi/releases/download/v1.5.0/zadig-2.8.exe"
jobs:
release:
runs-on: windows-latest

steps:
- name: Download USB driver and install component
run: |
Invoke-WebRequest -Uri ${{ env.USB_DRIVER_INSTALLER }} -OutFile zadig-2.8.exe
zadig-2.8.exe
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e44244e

Please sign in to comment.