Skip to content

Commit

Permalink
Added windows DLL file and updated workflow to test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Mar 17, 2024
1 parent 88c80e8 commit d81a390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ on:

jobs:
build-and-test:
runs-on: macos-latest
strategy:
matrix:
sdk: [3.3.0, stable, beta, dev]
osRuns: [macos-latest, windows-latest]
runs-on: ${{ matrix.osRuns }}

steps:
- uses: actions/checkout@v3
Expand Down
Binary file added libusb-1.0.27/libusb-1.0.dll
Binary file not shown.

0 comments on commit d81a390

Please sign in to comment.