Skip to content

Commit 268104f

Browse files
Merge pull request #1345 from mintlayer/fix/revert_rfd
Revert "Merge pull request #1310 from mintlayer/fix/remove_gtk3"
2 parents a0a53e5 + 19f5007 commit 268104f

File tree

9 files changed

+206
-582
lines changed

9 files changed

+206
-582
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workflow:
2626

2727
before_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

3131
build:clean:
3232
stage: build_clean

0 commit comments

Comments
 (0)