Román Cárdenas Rodríguez преди 1 година
родител
ревизия
358a15264d
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      .github/workflows/riscv-peripheral.yaml

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

@@ -40,7 +40,10 @@ jobs:
   build-others:
   build-others:
     strategy:
     strategy:
       matrix:
       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 }}
     runs-on: ${{ matrix.os }}
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3