Skip to content

Commit

Permalink
Add checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Feb 5, 2025
1 parent 9068ab8 commit 867145c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Get code
uses: actions/checkout@v4
with:
set-safe-directory: true

- name: Get required CUDA-Q version
id: get-cudaq-version
uses: ./.github/actions/get-cudaq-version
Expand Down

0 comments on commit 867145c

Please sign in to comment.