Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto7world committed Aug 13, 2024
1 parent eec7003 commit 1055822
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- x86_64-windows
include:
- arch: aarch64-unknown-linux-gnu
runner: ubuntu-20.04
runner: ubuntu-22.04
- arch: x86_64-unknown-linux-gnu
runner: ubuntu-20.04
runner: ubuntu-22.04
- arch: x86_64-apple-darwin
runner: macos-latest
- arch: x86_64-windows
Expand Down Expand Up @@ -61,8 +61,7 @@ jobs:
if: matrix.arch == 'aarch64-unknown-linux-gnu' || matrix.arch == 'x86_64-unknown-linux-gnu'
run: |
sudo apt-get update
sudo apt-get install -y libusb-1.0-0-dev libudev1 libudev-dev libhidapi-dev
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libudev1
sudo apt-get install -y libusb-1.0-0-dev libudev-dev libhidapi-dev
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libudev
# ==============================
Expand Down

0 comments on commit 1055822

Please sign in to comment.