aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-12-01 17:52:06 +0100
committerDario Nieuwenhuis <[email protected]>2020-12-01 17:52:06 +0100
commit02af635e7b73676ef2529983cc5b1b0f890701ea (patch)
tree2db5aceeb0fcd91259b9f9c05ad76caf717f88b7 /.github/workflows
parent6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae (diff)
Fix CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml21
1 files changed, 10 insertions, 11 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b2505e80d..a0eefd3a9 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -2,24 +2,23 @@ name: Rust
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [master]
6 pull_request: 6 pull_request:
7 branches: [ master ] 7 branches: [master]
8 8
9env: 9env:
10 CARGO_TERM_COLOR: always 10 CARGO_TERM_COLOR: always
11 11
12jobs: 12jobs:
13 build: 13 build:
14
15 runs-on: ubuntu-latest 14 runs-on: ubuntu-latest
16 15
17 steps: 16 steps:
18 - uses: actions/checkout@v2 17 - uses: actions/checkout@v2
19 - uses: actions-rs/toolchain@v1 18 - uses: actions-rs/toolchain@v1
20 with: 19 with:
21 toolchain: nightly 20 toolchain: nightly
22 target: thumbv7em-none-eabihf 21 target: thumbv7em-none-eabi
23 override: true 22 override: true
24 - name: Build 23 - name: Build
25 run: ./test-build.sh 24 run: ./test-build.sh