Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 24, 2024
1 parent 3b8a7e3 commit 59071f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59071f1

Please sign in to comment.