From 5b9a83ae9a3bef3051a5816b0bb23e9802f7cb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Tro=C3=ABng?= Date: Thu, 10 Oct 2024 09:44:03 +0200 Subject: [PATCH] checking path, fixating path --- .github/workflows/linux-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-arm64.yml b/.github/workflows/linux-arm64.yml index 95dee79ca..91bc8d77d 100644 --- a/.github/workflows/linux-arm64.yml +++ b/.github/workflows/linux-arm64.yml @@ -19,7 +19,7 @@ jobs: run: | export PYVER_MINOR=${PYVER%.*} echo "PYVER_MINOR: $PYVER_MINOR" - export "PATH="/usr/local/bin/:$PATH" + export PATH="/usr/local/bin/:$PATH" sudo apt-get update sudo apt-get install -qq curl software-properties-common libnotify-dev libayatana-appindicator3-dev patchelf sudo add-apt-repository -y ppa:git-core/ppa