Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 9, 2024
1 parent 65def61 commit 763f661
Show file tree
Hide file tree
Showing 6 changed files with 8,885 additions and 2,304 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: install
uses: wyvox/action-setup-pnpm@v3
with:
node-version: 20
pnpm-version: 8
node-version: 23
pnpm-version: 9
- name: build
run: pnpm build
- name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@master
- uses: xmake-io/github-action-setup-xmake@test
with:
xmake-version: ${{ matrix.version }}
- name: Run tests
Expand Down
5 changes: 5 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82887,6 +82887,11 @@ async function winInstall(version, latest) {
await io.rmRF(installer);
return cacheDir;
});
core.info('==================================');
core.info(`ver to ${ver}`);
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" --version`);
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" l os.programdir`);
await (0, exec_1.exec)(`"${toolDir}/xmake.exe" l os.programfile`);
}
core.addPath(toolDir);
}
Expand Down
Loading

0 comments on commit 763f661

Please sign in to comment.