Skip to content

Commit 763f661

Browse files
committed
...
1 parent 65def61 commit 763f661

File tree

6 files changed

+8885
-2304
lines changed

6 files changed

+8885
-2304
lines changed

.github/workflows/checkin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: install
1414
uses: wyvox/action-setup-pnpm@v3
1515
with:
16-
node-version: 20
17-
pnpm-version: 8
16+
node-version: 23
17+
pnpm-version: 9
1818
- name: build
1919
run: pnpm build
2020
- name: test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v1
17-
- uses: xmake-io/github-action-setup-xmake@master
17+
- uses: xmake-io/github-action-setup-xmake@test
1818
with:
1919
xmake-version: ${{ matrix.version }}
2020
- name: Run tests

dist/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82887,6 +82887,11 @@ async function winInstall(version, latest) {
8288782887
await io.rmRF(installer);
8288882888
return cacheDir;
8288982889
});
82890+
core.info('==================================');
82891+
core.info(`ver to ${ver}`);
82892+
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" --version`);
82893+
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" l os.programdir`);
82894+
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" l os.programfile`);
8289082895
}
8289182896
core.addPath(toolDir);
8289282897
}

0 commit comments

Comments
 (0)