diff options
Diffstat (limited to '.github/workflows/interchange_ci.yml')
-rw-r--r-- | .github/workflows/interchange_ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml index 71727fe3..3cc3e1b5 100644 --- a/.github/workflows/interchange_ci.yml +++ b/.github/workflows/interchange_ci.yml @@ -67,7 +67,7 @@ jobs: needs: [Build-yosys, Build-nextpnr] strategy: matrix: - device: [xc7a35t, xc7a100t, xc7a200t, xc7z010] + device: [xc7a35t, xc7a100t, xc7a200t, xc7z010, LIFCL-17] steps: - uses: actions/checkout@v2 |