Skip to content

Commit

Permalink
CI: Specify bash
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 23, 2024
1 parent f814c28 commit 4176803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build tanoshi-cli
shell: bash
env:
RUSTFLAGS: "-Clink-arg=-Wl,--allow-multiple-definition"
run: |
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build tanoshi-web
shell: bash
run: |
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
cd crates/tanoshi-web && trunk build --release
Expand Down Expand Up @@ -212,6 +214,7 @@ jobs:

- name: Build tauri (ubuntu)
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
shell: bash
env:
RUSTFLAGS: "-Clink-arg=-Wl,--allow-multiple-definition"
run: |
Expand All @@ -224,6 +227,7 @@ jobs:
- name: Build tanoshi (macos)
if: ${{ matrix.os == 'macos-latest' }}
shell: bash
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: |
Expand Down Expand Up @@ -317,6 +321,7 @@ jobs:
version: ${{ env.LLVM_VERSION }}

- name: Build tanoshi
shell: bash
env:
RUSTFLAGS: "-Clink-arg=-Wl,--allow-multiple-definition"
run: |
Expand Down

0 comments on commit 4176803

Please sign in to comment.