File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 include :
1919 - platform : ' macos-latest' # for Arm based macs (M1 and above).
2020 args : ' --target universal-apple-darwin'
21- - platform : ' ubuntu-24 .04-arm'
21+ - platform : ' ubuntu-22 .04-arm'
2222 args : ' --target aarch64-unknown-linux-gnu' # <-- The system library `gdk-3.0` required by crate `gdk-sys` was not found.
2323 - platform : ' ubuntu-22.04'
2424 args : ' --target x86_64-unknown-linux-gnu'
5050 rustup target add x86_64-apple-darwin
5151
5252 - name : install dependencies (ubuntu only)
53- if : matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-24 .04' # This must match the platform value defined above.
53+ if : matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22 .04-arm ' # This must match the platform value defined above.
5454 run : |
5555 sudo apt-get update
5656 sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev
You can’t perform that action at this time.
0 commit comments