We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d943f commit 97824eeCopy full SHA for 97824ee
1 file changed
.github/workflows/regression.yaml
@@ -28,7 +28,7 @@ jobs:
28
popd
29
zip lc4k_core.zip src/gen/*.vhd src/rtl/*.vhd README.md LICENSE
30
31
- - uses: YosysHQ/setup-oss-cad-suite@v3
+ - uses: YosysHQ/setup-oss-cad-suite@v4
32
# don't run tests for tags
33
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
34
with:
0 commit comments