Skip to content

Commit 738697a

Browse files
committed
fixup! gh actions: Explicitly use rust-toolchain
1 parent d17ea99 commit 738697a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/firmware.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ env:
1010
jobs:
1111
building:
1212
name: Building
13-
continue-on-error: ${{ matrix.experimental || false }}
14-
strategy:
15-
matrix:
16-
#os:
17-
# # Check compilation works on common OSes
18-
# # (i.e. no path issues)
19-
# # - macOS-latest
20-
# - ubuntu-latest
21-
# - windows-latest
22-
runs-on: [ubuntu-latest] #${{ matrix.os }}
13+
runs-on: [ubuntu-latest]
2314
steps:
2415
- uses: actions/checkout@v3
2516

0 commit comments

Comments
 (0)