File tree Expand file tree Collapse file tree 9 files changed +206
-582
lines changed
Expand file tree Collapse file tree 9 files changed +206
-582
lines changed Original file line number Diff line number Diff line change 2323 concurrent_skipping : " same_content_newer"
2424 skip_after_successful_duplicate : " true"
2525 - name : Install dependencies
26- run : sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml podman
26+ run : sudo apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev python3 python3-toml podman
2727 - uses : actions/checkout@v2
2828 - name : Install rust stable
2929 uses : actions-rs/toolchain@v1
8888 concurrent_skipping : " same_content_newer"
8989 skip_after_successful_duplicate : " true"
9090 - name : Install dependencies
91- run : sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml podman
91+ run : sudo apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev python3 python3-toml podman
9292 - uses : actions/checkout@v2
9393 - name : Install rust stable
9494 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 1818 concurrent_skipping : " same_content_newer"
1919 skip_after_successful_duplicate : " true"
2020 - name : Install dependencies
21- run : sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml
21+ run : sudo apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev python3 python3-toml
2222 - uses : actions/checkout@v1
2323 - run : rustup component add clippy
2424
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323
2424 steps :
2525 - name : Install dependencies
26- run : sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml
26+ run : sudo apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev python3 python3-toml
2727 - uses : actions/checkout@v1
2828 - uses : actions-rs/toolchain@v1
2929 with :
30- toolchain : nightly-2023-10-15
30+ toolchain : nightly-2023-08-01
3131 override : true
3232 - uses : actions-rs/cargo@v1
3333 with :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ workflow:
2626
2727before_script :
2828 - apt-get update -yqq
29- - apt-get install -yqq --no-install-recommends build-essential python3 python3-toml podman
29+ - apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev python3 python3-toml podman
3030
3131build:clean :
3232 stage : build_clean
You can’t perform that action at this time.
0 commit comments