We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410f8be commit 4518120Copy full SHA for 4518120
2 files changed
.github/workflows/single_sdk_tests.yml
@@ -37,6 +37,10 @@ jobs:
37
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38
with:
39
persist-credentials: false
40
+ - name: Setup | Chromium
41
+ run: |
42
+ sudo apt-get -qq update
43
+ sudo apt-get -qq -y install chromium-browser
44
- name: Resolve branches
45
shell: bash
46
# these env vars will be modified and used in subsequent steps
.github/workflows/tests.yaml
@@ -50,6 +50,10 @@ jobs:
50
run: |
51
rustup toolchain install stable
52
rustup default stable
53
54
55
56
57
- name: Checkout matrix-rust-sdk
58
59
BRANCH=$(./.github/workflows/resolve_branch.sh matrix-org/matrix-rust-sdk)
0 commit comments