Skip to content

Conversation

bolinfest
Copy link
Collaborator

@bolinfest bolinfest commented Oct 1, 2025

rust-release.yml just failed:

https://github.com/openai/codex/actions/runs/18167317356/job/51714366768

The error is:

Error: Unable to locate executable file: pnpm. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

We need to install pnpm first like we do in ci.yml:

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22

@bolinfest bolinfest requested a review from pakrym-oai October 1, 2025 15:58
@bolinfest bolinfest merged commit 325fad1 into main Oct 1, 2025
17 of 19 checks passed
@bolinfest bolinfest deleted the pr4555 branch October 1, 2025 16:04
@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant