Skip to content

Commit 110d34d

Browse files
committed
Tauri 2 doesn't seem to support Ubuntu 20.04 anymore
Why was I expecting this?
1 parent 6358fe8 commit 110d34d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mkdist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os:
1717
- macos-latest
18-
- ubuntu-20.04
18+
- ubuntu-22.04
1919
- windows-latest
2020
runs-on: ${{ matrix.os }}
2121
steps:
@@ -24,10 +24,10 @@ jobs:
2424
run: |
2525
rustup target add aarch64-apple-darwin x86_64-apple-darwin
2626
dist/mkdist-macos ${{ github.ref_name }}
27-
- if: ${{ matrix.os == 'ubuntu-20.04' }}
27+
- if: ${{ matrix.os == 'ubuntu-22.04' }}
2828
run: |
2929
sudo apt-get update -y
30-
sudo apt-get install -y libclang-dev libgtk-3-dev libwebkit2gtk-4.0-dev librsvg2-dev
30+
sudo apt-get install -y libayatana-appindicator3-dev libclang-dev librsvg2-dev libwebkit2gtk-4.1-dev libxdo-dev
3131
dist/mkdist-linux ${{ github.ref_name }}
3232
- if: ${{ matrix.os == 'windows-latest' }}
3333
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the GameController software for robot soccer games in the RoboCup Standa
66

77
### Prerequisites
88

9-
- Rust and other platform-specific tauri dependencies as [listed here](https://tauri.app/v1/guides/getting-started/prerequisites)
9+
- Rust and other platform-specific tauri dependencies as [listed here](https://tauri.app/start/prerequisites/)
1010
- nodejs and npm (or a compatible package manager)
1111
- libclang (for bindgen)
1212
- On Windows:

0 commit comments

Comments
 (0)