mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-20 11:47:47 +00:00
Try adding CMAKE_PREFIX_PATH to CI
This commit is contained in:
parent
493a05484e
commit
247955438e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -84,6 +84,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export KDE_INCLUDEDIR=${{ github.workspace }}/prefix/include
|
export KDE_INCLUDEDIR=${{ github.workspace }}/prefix/include
|
||||||
export KDE_LIBDIR=${{ github.workspace }}/prefix/lib64
|
export KDE_LIBDIR=${{ github.workspace }}/prefix/lib64
|
||||||
|
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib64/cmake
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
|
|
Loading…
Add table
Reference in a new issue