Skip to content

Use mkdir -p, not mkdir#1065

Merged
mhucka merged 1 commit into
quantumlib:mainfrom
mhucka:fix-mkdir-in-ci
May 11, 2026
Merged

Use mkdir -p, not mkdir#1065
mhucka merged 1 commit into
quantumlib:mainfrom
mhucka:fix-mkdir-in-ci

Conversation

@mhucka
Copy link
Copy Markdown
Collaborator

@mhucka mhucka commented May 11, 2026

For reasons that I don't understand, CI checks started failing in the library tests because the build directory already exists. Possibly in some environments, one of the earlier steps in the job has a side-effect. Easy enough to resolve by using mkdir -p.

For reasons that I don't understand, CI checks started failing in the
library tests because the `build` directory already exists.
@mhucka
Copy link
Copy Markdown
Collaborator Author

mhucka commented May 11, 2026

/gemini review

@github-actions github-actions Bot added the size: XS <10 lines changed label May 11, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@mhucka mhucka marked this pull request as ready for review May 11, 2026 04:59
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@mhucka mhucka merged commit 03cff7f into quantumlib:main May 11, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: XS <10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant