Skip to content

Commit c34e6d8

Browse files
elrrrrrrrclaude
andcommitted
fix(ci): revert setup-utoo to v1 and remove debug step
utoo has been released with normalize_os fix and sh postinstall. setup-utoo v1 should now work on Windows without workarounds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fa4382e commit c34e6d8

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929

3030
- name: Install utoo
31-
uses: utooland/setup-utoo@b5c69ff412b73e839db4714335a92b9f8f4608a1
31+
uses: utooland/setup-utoo@v1
3232

3333
- name: Set up Node.js
3434
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -157,7 +157,7 @@ jobs:
157157
& mysql -uroot -e "CREATE DATABASE IF NOT EXISTS test;"
158158
159159
- name: Install utoo
160-
uses: utooland/setup-utoo@b5c69ff412b73e839db4714335a92b9f8f4608a1
160+
uses: utooland/setup-utoo@v1
161161

162162
- name: Set up Node.js
163163
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -167,21 +167,6 @@ jobs:
167167
- name: Install dependencies
168168
run: utoo install
169169

170-
- name: Debug node_modules (Windows only)
171-
if: ${{ matrix.os == 'windows-latest' }}
172-
shell: bash
173-
run: |
174-
echo "=== @rolldown in node_modules ==="
175-
ls -la node_modules/@rolldown/ 2>/dev/null || echo "no @rolldown dir"
176-
echo "=== rolldown node_modules ==="
177-
ls node_modules/rolldown/node_modules/@rolldown/ 2>/dev/null || echo "no nested @rolldown"
178-
echo "=== package-lock rolldown binding ==="
179-
grep -c "rolldown/binding-win32" package-lock.json node-modules.json 2>/dev/null || echo "not in lockfile"
180-
echo "=== utoo generated lockfile ==="
181-
ls -la package-lock.json node-modules.json 2>/dev/null || echo "no lockfile"
182-
echo "=== rolldown optionalDeps ==="
183-
node -e "const p=require('./node_modules/rolldown/package.json');console.log(JSON.stringify(p.optionalDependencies,null,2))"
184-
185170
- name: Run tests
186171
run: utoo ci --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
187172

@@ -219,7 +204,7 @@ jobs:
219204
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
220205

221206
- name: Install utoo
222-
uses: utooland/setup-utoo@b5c69ff412b73e839db4714335a92b9f8f4608a1
207+
uses: utooland/setup-utoo@v1
223208

224209
- name: Set up Node.js
225210
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -264,7 +249,7 @@ jobs:
264249
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
265250

266251
- name: Install utoo
267-
uses: utooland/setup-utoo@b5c69ff412b73e839db4714335a92b9f8f4608a1
252+
uses: utooland/setup-utoo@v1
268253

269254
- name: Set up Node.js
270255
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6

0 commit comments

Comments
 (0)