File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments