mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-22 12:47:45 +00:00
Fix KF version format
This commit is contained in:
parent
e9e5fb5e90
commit
dff49276db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
QT_VERSION: 6.6
|
||||
KF_VERSION: 6.8
|
||||
KF_VERSION: v6.11.0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Configure KI18n
|
||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
git clone https://invent.kde.org/frameworks/ki18n.git
|
||||
git clone --depth 1 --branch ${{ env.KF_VERSION }} https://invent.kde.org/frameworks/ki18n.git
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ki18n -DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.prefix-dir }} -S ki18n -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.prefix-dir }} -DBUILD_TESTING=OFF
|
||||
- name: Build KI18n
|
||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue