Skip to content

Commit 358a152

Browse files
committed
tweak CI
1 parent e9cd65d commit 358a152

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/riscv-peripheral.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
build-others:
4141
strategy:
4242
matrix:
43-
os: [ macos-latest, ubuntu-latest, windows-latest ]
43+
os:
44+
- macos-latest
45+
- ubuntu-latest
46+
# - windows-latest issues when testing and external symbols are not found
4447
runs-on: ${{ matrix.os }}
4548
steps:
4649
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)