From 7525db36ed9b663de3b4f6f58162966d0690e696 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Sat, 4 May 2024 17:03:02 +0200 Subject: [PATCH] . --- .github/workflows/qctools.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qctools.yml b/.github/workflows/qctools.yml index e280b439a..31dc9541d 100644 --- a/.github/workflows/qctools.yml +++ b/.github/workflows/qctools.yml @@ -151,11 +151,12 @@ jobs: - name: Set Qt5 environment path run: | + export $Qt5_DIR + ls $Qt5_DIR echo "$Qt5_DIR"/bin >> $GITHUB_PATH + export $GITHUB_PATH - name: Build qwt - env: - QT_VERSION: ${{ matrix.qt.version }} run: | git clone --branch qwt-6.2 --depth 1 https://git.code.sf.net/p/qwt/git ../qwt cd ../qwt