Skip to content

Commit 94f6b4e

Browse files
committed
rust nightly
1 parent 5588675 commit 94f6b4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
apt update
2727
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils xmllint
2828
29-
- run: rustup update --no-self-update stable
29+
# TODO: Once this porting project is done, switch to stable
30+
- run: rustup update --no-self-update nightly && rustup default nightly
3031

3132
- name: Run sccache-cache
3233
uses: mozilla-actions/sccache-action@v0.0.3

0 commit comments

Comments
 (0)