Skip to content

Commit 0f40ef5

Browse files
authored
fix: missed a step in openai#1171 for codex.yml (openai#1172)
Missed in my copy/paste.
1 parent 8676185 commit 0f40ef5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codex.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
with:
4848
node-version: 22
4949

50+
- name: Setup pnpm
51+
uses: pnpm/action-setup@v4
52+
with:
53+
version: 10.8.1
54+
run_install: false
55+
5056
- name: Get pnpm store directory
5157
id: pnpm-cache
5258
shell: bash

0 commit comments

Comments
 (0)