From e15369335b57d81259386922c17ffbdef5751413 Mon Sep 17 00:00:00 2001 From: Jean Gressmann Date: Sun, 20 Mar 2022 06:04:54 +0100 Subject: [PATCH] Updates Linux build script after AppVeyor kernel update to 5.13 --- appveyor/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor/linux.yml b/appveyor/linux.yml index eda2dfc..803c62c 100644 --- a/appveyor/linux.yml +++ b/appveyor/linux.yml @@ -18,12 +18,13 @@ install: # scripts to run before build before_build: - git submodule update --init --recursive Linux - - cd Linux && git checkout pre-v5.13 && cd .. + #- cd Linux && git checkout pre-v5.13 && cd .. build_script: # - pwd # - find + - uname -a - export SUPERCAN_DIR=$(find "$APPVEYOR_BUILD_FOLDER/Linux" -type d -name 'supercan_usb-*' | head) # - /bin/echo "SUPERCAN_DIR: $SUPERCAN_DIR" # <-- does not work - env