1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-23 13:17:45 +00:00

Hmmm, the prefix still isn't right

This commit is contained in:
Joshua Goins 2024-11-05 21:36:38 -05:00
parent 8f8a3b8fae
commit 4ccfc0b03f

View file

@ -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