mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 13:15:46 +00:00
test/ci fixes
- fix incorrect repo_url output - fix parsing in test_splitnets to match new format - fix silimate-shell.nix referring to removed derivation
This commit is contained in:
parent
268ff49030
commit
56dd057ab4
3 changed files with 3 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
echo "short_sha=$SHORT_SHA" >> "$GITHUB_OUTPUT"
|
||||
echo "full_sha=$FULL_SHA" >> "$GITHUB_OUTPUT"
|
||||
echo "date=$DATE" >> "$GITHUB_OUTPUT"
|
||||
echo "url=$REPO_URL" >> "$GITHUB_OUTPUT"
|
||||
echo "repo_url=$REPO_URL" >> "$GITHUB_OUTPUT"
|
||||
rm -rf ./* ./.*
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue