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 6a402a9 commit c3f5832Copy full SHA for c3f5832
.github/workflows/cocotb.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
jobs:
4
cocotb:
5
runs-on: ubuntu-latest
6
- container: builderdev212/cocotb-runner:latest
+ container: ghcr.io/builderdev212/cocotb-runner:latest
7
steps:
8
- run: git clone https://github.com/builderdev212/verilogbits && pytest
9
# cocotb:
0 commit comments