-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test.yml for Mac by fixing docopt and using Macos-12 runner.
Update the versions of called Actions to prevent warnings.hi and add "workflow_dispatch" to allow testing. Unrelated: add "*.so" to .gitignore to hide built libvvp.so.
- Loading branch information
ga
committed
Jun 13, 2024
1 parent
94d9d19
commit 1aa6a15
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ cscope.* | |
|
||
# Object files and libraries | ||
*.[oa] | ||
*.so | ||
|
||
gmon*.out | ||
gmon*.txt | ||
|