diff --git a/.github/workflows/build_dev.yaml b/.github/workflows/build_dev.yaml index 6a85d2b..07496b5 100644 --- a/.github/workflows/build_dev.yaml +++ b/.github/workflows/build_dev.yaml @@ -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