mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-22 20:57:46 +00:00
Hmmm, the prefix still isn't right
This commit is contained in:
parent
8f8a3b8fae
commit
4ccfc0b03f
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=${{ steps.strings.outputs.prefix-dir }}/include
|
||||
export KDE_LIBDIR=${{ steps.strings.outputs.prefix-dir }}/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