We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7494dc5 commit 35f8e29Copy full SHA for 35f8e29
1 file changed
.github/workflows/verif.yml
@@ -1,6 +1,6 @@
1
name: Verification
2
3
-on: [pull_request]
+on: [push, workflow_dispatch, pull_request]
4
5
jobs:
6
rvtests:
@@ -96,8 +96,9 @@ jobs:
96
./litex_setup.py --init --install --user
97
98
- name: Checkout repository for LiteX use
99
- run: |
100
- git clone -b feature/rvc https://github.com/meiniKi/FazyRV.git
+ uses: actions/checkout@v5
+ with:
101
+ path: 'FazyRV'
102
103
- name: Run LiteX sim
104
run: |
0 commit comments