mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +01:00
fix: windows platform run with shell (#729)
* fix: windows platform run with shell * chore: add rust target --------- Co-authored-by: hardy <luohf@infinilabs.com>
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -81,8 +81,15 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
|
||||||
|
|
||||||
|
- name: Add Rust build target for ${{ matrix.target }}
|
||||||
|
working-directory: src-tauri
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
rustup target add ${{ matrix.target }} || true
|
||||||
|
|
||||||
- name: Add pizza engine as a dependency
|
- name: Add pizza engine as a dependency
|
||||||
working-directory: src-tauri
|
working-directory: src-tauri
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
BUILD_ARGS="--target ${{ matrix.target }}"
|
BUILD_ARGS="--target ${{ matrix.target }}"
|
||||||
if [[ "${{matrix.target }}" != "i686-pc-windows-msvc" ]]; then
|
if [[ "${{matrix.target }}" != "i686-pc-windows-msvc" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user