We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db87be commit 05b7161Copy full SHA for 05b7161
.github/workflows/cocotb.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Run testbenches
8
- uses: ghcr.io/builderdev212/cocotb-runner
9
- run: git clone https://github.com/builderdev212/verilogbits && pytest
+ uses: builderdev212/cocotb-runner@latest
+ - run: git clone https://github.com/builderdev212/verilogbits && pytest
10
# cocotb:
11
# runs-on: ubuntu-latest
12
# steps:
0 commit comments