Skip to content

Commit e7c3835

Browse files
committed
CI: update rust
1 parent e4d69a2 commit e7c3835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Install deps
2525
run: |
2626
apt update
27-
apt install -y libgtk-4-dev cargo rust-clippy meson gettext blueprint-compiler desktop-file-utils
27+
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils
28+
29+
- run: rustup update stable && rustup default stable
2830

2931
- name: Run sccache-cache
3032
uses: mozilla-actions/[email protected]

0 commit comments

Comments
 (0)