From 59071f15575e82c34a3bde8a66cdb5fd0b722457 Mon Sep 17 00:00:00 2001 From: Anton Filimonov Date: Sun, 24 Nov 2024 19:32:51 +0100 Subject: [PATCH] ci: fixes --- .github/workflows/ci-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5b59a47f..3a8f84f5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -216,7 +216,7 @@ jobs: qt_arch: win64_msvc2019_64 arch: x64 ssl_arch: -x64 - cmake_opts: -DRAGEL_ROOT=$KLOGG_WORKSPACE/3rdparty/ragel + cmake_opts: artifacts_id: windows-x64-qt6 - os: windows @@ -262,6 +262,7 @@ jobs: curl --progress-bar --location --output ./3rdparty/ragel/ragel.zip https://github.com/PolarGoose/Ragel-for-Windows/releases/download/ragel-6.10/Ragel.zip cd ./3rdparty/ragel 7z x ragel.zip + echo "RAGEL_ROOT=${{ github.workspace }}\3rdparty\ragel" >> $GITHUB_ENV - uses: ./.github/actions/agent-setup - uses: ./.github/actions/klogg-version