Román Cárdenas Rodríguez 1 gadu atpakaļ
vecāks
revīzija
358a15264d
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      .github/workflows/riscv-peripheral.yaml

+ 4 - 1
.github/workflows/riscv-peripheral.yaml

@@ -40,7 +40,10 @@ jobs:
   build-others:
     strategy:
       matrix:
-        os: [ macos-latest, ubuntu-latest, windows-latest ]
+        os:
+        - macos-latest 
+        - ubuntu-latest
+        # - windows-latest issues when testing and external symbols are not found
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3