Skip to content

Commit

Permalink
ci: add missing checkout in the run action
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Oct 27, 2024
1 parent e8992b9 commit aeb076e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-env
steps:
- uses: actions/checkout@master

- name: Build SystemC testbench
run: |
. .github/scripts/env.sh
Expand Down

0 comments on commit aeb076e

Please sign in to comment.