We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d69a2 commit e7c3835Copy full SHA for e7c3835
.github/workflows/run-tests.yml
@@ -24,7 +24,9 @@ jobs:
24
- name: Install deps
25
run: |
26
apt update
27
- apt install -y libgtk-4-dev cargo rust-clippy meson gettext blueprint-compiler desktop-file-utils
+ apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils
28
+
29
+ - run: rustup update stable && rustup default stable
30
31
- name: Run sccache-cache
32
uses: mozilla-actions/[email protected]
0 commit comments