1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-22 20:57:46 +00:00

Try to fix KCoreAddons fail on the CI

This commit is contained in:
Joshua Goins 2025-03-10 19:08:28 -04:00
parent be94d9331f
commit 6f11530e6f

View file

@ -82,8 +82,8 @@ jobs:
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
- name: Build
run: |
export KDE_INCLUDEDIR=${{ github.workspace }}/../prefix/include
export KDE_LIBDIR=${{ github.workspace }}/../prefix/lib64
export KDE_INCLUDEDIR=${{ github.workspace }}/prefix/include
export KDE_LIBDIR=${{ github.workspace }}/prefix/lib64
cargo build --verbose
- name: Run clippy
run: cargo clippy