Skip to content

Commit b51c83b

Browse files
committed
CI: Skip quicklogic-yosys-plugins jobs (Linux and macOS)
For details, see: #223
1 parent 17a350a commit b51c83b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
env:
158158
PACKAGE: "syn/quicklogic-yosys-plugins"
159159
OS_NAME: "linux"
160+
SKIP: "true" # See: https://github.com/hdl/conda-eda/issues/223
160161
steps:
161162
- uses: actions/checkout@v3
162163
- uses: ./ci
@@ -395,6 +396,7 @@ jobs:
395396
env:
396397
PACKAGE: "syn/quicklogic-yosys-plugins"
397398
OS_NAME: "osx"
399+
SKIP: "true" # See: https://github.com/hdl/conda-eda/issues/223
398400
steps:
399401
- uses: actions/checkout@v3
400402
- uses: ./ci

0 commit comments

Comments
 (0)