aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorMathias <[email protected]>2022-10-26 11:47:00 +0200
committerMathias <[email protected]>2022-10-26 11:47:00 +0200
commitd1eee5262580f4bb9f8ce357d8315ca7f4064900 (patch)
tree7465b2456066cbf9aeb269dda705ad9f074b7c8e /.github/workflows/rust.yml
parent38faae26e5fc2d2ec10ac4d513628bded4c628ef (diff)
parentce1cba761c2942b7faa27f4098487c6468784729 (diff)
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/uart-flowcontrol
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d2e8e316b..b93c8783d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -11,7 +11,7 @@ env:
11 11
12jobs: 12jobs:
13 all: 13 all:
14 runs-on: ubuntu-20.04 14 runs-on: ubuntu-latest
15 needs: [build-nightly, build-stable, test] 15 needs: [build-nightly, build-stable, test]
16 steps: 16 steps:
17 - name: Done 17 - name: Done