Skip to content

Commit 1be53e2

Browse files
committed
Upgrade Chromium in the CI flows to avoid flaking (#234)
1 parent 410f8be commit 1be53e2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/single_sdk_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
with:
3939
persist-credentials: false
40+
- name: Setup | Chromium
41+
run: |
42+
sudo apt-get update
43+
sudo apt-get -y install chromium-browser
4044
- name: Resolve branches
4145
shell: bash
4246
# these env vars will be modified and used in subsequent steps

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
rustup toolchain install stable
5252
rustup default stable
53+
- name: Setup | Chromium
54+
run: |
55+
sudo apt-get update
56+
sudo apt-get -y install chromium-browser
5357
- name: Checkout matrix-rust-sdk
5458
run: |
5559
BRANCH=$(./.github/workflows/resolve_branch.sh matrix-org/matrix-rust-sdk)

0 commit comments

Comments
 (0)