Skip to content

Commit

Permalink
rust: Update note on "why this needs RIOT master"
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Mar 8, 2022
1 parent f55fdac commit 5e413ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ jobs:

- name: Rust build test
run: |
# Once 2022.01 is released, the switcharoo can be removed.
# Once a release is out that can be built on stable, this switcharoo
# can be removed -- until then, each release of RIOT is only
# supported with the very Rust version that was the configured
# nightly it was released with; such is the nature of nightly.
#
# Note that `git switch master` does not work because the checkout
# action does only minimal fetching.
(cd RIOT && git fetch origin master && git checkout FETCH_HEAD)
Expand Down

0 comments on commit 5e413ae

Please sign in to comment.