mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-25 03:32:54 +01:00
Update tauri.yml
This commit is contained in:
parent
ab53222b27
commit
0213dcd8b8
6
.github/workflows/tauri.yml
vendored
6
.github/workflows/tauri.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||
platform: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
if: github.ref == 'refs/heads/dev/tauri'
|
||||
@ -24,8 +24,8 @@ jobs:
|
||||
version: latest
|
||||
- name: Install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-20.04'
|
||||
- name: Install Dependencies (Ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
|
Loading…
Reference in New Issue
Block a user