Skip to content

Commit

Permalink
CI: Fix tauri build
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Sep 10, 2024
1 parent 764b5fa commit 612d797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,21 @@ jobs:
env:
RUSTFLAGS: "-Clink-arg=-Wl,--allow-multiple-definition"
run: |
cd crates/tanoshi
cd crates/tanoshi-tauri
cargo tauri build
- name: Build tanoshi (macos)
if: ${{ matrix.os == 'macos-latest' }}
env:
PKG_CONFIG_PATH: /usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig
run: |
cd crates/tanoshi
cd crates/tanoshi-tauri
cargo tauri build
- name: Build tanoshi (windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
cd crates/tanoshi
cd crates/tanoshi-tauri
cargo tauri build
- name: Move files (linux/macOS)
Expand Down

0 comments on commit 612d797

Please sign in to comment.