This is an automated email from Gerrit.

"Tarek BOCHKATI <tarek.bouchk...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6992

-- gerrit

commit 72f2a7b050073b37eeb3d1900aa8c51cebb91fc1
Author: Tarek BOCHKATI <tarek.bouchk...@gmail.com>
Date:   Mon May 23 13:57:16 2022 +0100

    github workflow: use libusb 1.0.26 and hidapi 0.11.2
    
    Change-Id: Id5348f86026330581d4bae081c9ab2bef435e6a6
    Signed-off-by: Tarek BOCHKATI <tarek.bouchk...@gmail.com>

diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 96a2d34f2c..0de0cf3f6c 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -22,7 +22,7 @@ jobs:
       - run: ./bootstrap
       - name: Prepare libusb1
         env:
-          LIBUSB1_VER: 1.0.24
+          LIBUSB1_VER: 1.0.26
         run: |
           mkdir -p $DL_DIR && cd $DL_DIR
           wget 
"https://github.com/libusb/libusb/releases/download/v${LIBUSB1_VER}/libusb-${LIBUSB1_VER}.tar.bz2";
@@ -30,7 +30,7 @@ jobs:
           echo "LIBUSB1_SRC=$PWD/libusb-${LIBUSB1_VER}" >> $GITHUB_ENV
       - name: Prepare hidapi
         env:
-          HIDAPI_VER: 0.10.1
+          HIDAPI_VER: 0.11.2
         run: |
           mkdir -p $DL_DIR && cd $DL_DIR
           wget 
"https://github.com/libusb/hidapi/archive/hidapi-${HIDAPI_VER}.tar.gz";

-- 

Reply via email to