We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5588675 commit 94f6b4eCopy full SHA for 94f6b4e
.github/workflows/run-tests.yml
@@ -26,7 +26,8 @@ jobs:
26
apt update
27
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils xmllint
28
29
- - run: rustup update --no-self-update stable
+ # TODO: Once this porting project is done, switch to stable
30
+ - run: rustup update --no-self-update nightly && rustup default nightly
31
32
- name: Run sccache-cache
33
uses: mozilla-actions/sccache-action@v0.0.3
0 commit comments