Skip to content

Commit

Permalink
Debug curl 7z issue
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Sep 2, 2024
1 parent c3df0b0 commit 22ac8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:

jobs:
build:
# Prevent running twice for PRs from same repo
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: Build & Test
strategy:
fail-fast: false
Expand All @@ -28,6 +30,7 @@ jobs:
run: |
choco install -y .github/workflows/choco_packages.config
curl https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.7z -o libusb.7z
dir
7z x libusb.7z -olibusb
- name: Set LIBUSB_ROOT (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 22ac8e3

Please sign in to comment.