mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +01:00
fix: no make target with project (#689)
* fix: no make with project * chore: set working directory --------- Co-authored-by: hardy <luohf@infinilabs.com>
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
|||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Install rust target
|
- name: Install rust target
|
||||||
|
if: matrix.target == 'i686-pc-windows-msvc'
|
||||||
run: rustup target add ${{ matrix.target }}
|
run: rustup target add ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu only)
|
- name: Install dependencies (ubuntu only)
|
||||||
@@ -105,14 +106,11 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/known_hosts
|
chmod 600 ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Pizza engine features setup
|
- name: Pizza engine features setup
|
||||||
|
working-directory: src-tauri
|
||||||
|
if: matrix.target != 'i686-pc-windows-msvc'
|
||||||
run: |
|
run: |
|
||||||
if [[ ${{ matrix.target }} == "i686-pc-windows-msvc" ]]; then
|
rustup target add ${{ matrix.target }}
|
||||||
rustup target add i686-pc-windows-msvc --toolchain stable
|
(cd .. && make add-dep-pizza-engine)
|
||||||
else
|
|
||||||
make add-dep-pizza-engine-linux
|
|
||||||
rustup target add ${{ matrix.target}} --toolchain nightly-2025-02-28
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build the app with ${{ matrix.platform }}
|
- name: Build the app with ${{ matrix.platform }}
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
|
|||||||
Reference in New Issue
Block a user