Skip to content

Commit d6fcdd6

Browse files
committed
fix workflow fetch hidapi step
1 parent 05f13f8 commit d6fcdd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: fetch hidapi
3232
uses: actions/checkout@v6
3333
with:
34-
repository: https://github.com/libusb/hidapi
34+
repository: libusb/hidapi
3535
path: hidapi
3636

3737
- name: compile hidapitester Makefile

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: fetch hidapi
2828
uses: actions/checkout@v6
2929
with:
30-
repository: https://github.com/libusb/hidapi
30+
repository: libusb/hidapi
3131
path: hidapi
3232

3333
- name: compile hidapitester Makefile

0 commit comments

Comments
 (0)