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:
parent
be94d9331f
commit
6f11530e6f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue