3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-25 20:46:04 +00:00

Add YosysHQ/abc as a submodule located in abc

This commit is contained in:
Roland Coeurjoly 2024-04-12 07:08:18 +02:00
parent 77dff5a293
commit 09b9aa83c9
13 changed files with 31 additions and 52 deletions

View file

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Take last commit
id: log
run: echo "message=$(git log --no-merges -1 --oneline)" >> $GITHUB_OUTPUT