mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-20 03:37:47 +00:00
Set CMAKE_PREFIX_PATH in clippy as well
This commit is contained in:
parent
4da8acb69c
commit
13dd122b92
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -151,9 +151,9 @@ jobs:
|
||||||
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
export KDE_INCLUDEDIR=${{ github.workspace }}/prefix/include
|
|
||||||
export KDE_LIBDIR=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu
|
|
||||||
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/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: |
|
||||||
|
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/cmake
|
||||||
|
cargo clippy
|
||||||
|
|
Loading…
Add table
Reference in a new issue