Skip to content

Commit

Permalink
Add mkdir
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 14, 2025
1 parent 2742a62 commit e6d0d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/get-cudaq-wheels/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
if [[ -n "${{ inputs.pr-number }}" ]]; then
echo "pr=-pr${{ inputs.pr-number }}" >> $GITHUB_OUTPUT
fi
mkdir /cudaq-wheels
shell: bash --noprofile --norc -euo pipefail {0}

- name: Try to restoring CUDAQ wheels from cache
Expand Down

0 comments on commit e6d0d66

Please sign in to comment.