mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-20 11:47:47 +00:00
Use correct libdir on CI
This commit is contained in:
parent
247955438e
commit
fa294bafc3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -83,8 +83,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
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/lib/x86_64-linux-gnu
|
||||||
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib64/cmake
|
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/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