Compare commits

...

3 Commits

4 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -71442,7 +71442,7 @@ async function run() {
else { else {
await unix_install_1.unixInstall(version); await unix_install_1.unixInstall(version);
} }
await exec_1.exec('xmake --version'); await exec_1.exec('xmake --root --version');
} }
catch (error) { catch (error) {
const ex = error; const ex = error;
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "github-action-setup-xmake", "name": "github-action-setup-xmake",
"version": "1.1.0", "version": "1.1.1",
"description": "Set up your GitHub Actions workflow with a specific version of xmake", "description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "dist/index.js", "main": "dist/index.js",
"author": "OpportunityLiu", "author": "OpportunityLiu",
+1 -1
View File
@@ -14,7 +14,7 @@ async function run(): Promise<void> {
} else { } else {
await unixInstall(version); await unixInstall(version);
} }
await exec('xmake --version'); await exec('xmake --root --version');
} catch (error) { } catch (error) {
const ex = error as Error; const ex = error as Error;
core.setFailed(ex.message); core.setFailed(ex.message);
+3 -10
View File
@@ -2561,11 +2561,9 @@ json-stable-stringify-without-jsonify@^1.0.1:
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
json5@2.x, json5@^2.1.2: json5@2.x, json5@^2.1.2:
version "2.2.0" version "2.2.3"
resolved "https://registry.npm.taobao.org/json5/download/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM= integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
dependencies:
minimist "^1.2.5"
kleur@^3.0.3: kleur@^3.0.3:
version "3.0.3" version "3.0.3"
@@ -2688,11 +2686,6 @@ minimatch@^3.0.4:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
mkdirp@1.x: mkdirp@1.x:
version "1.0.4" version "1.0.4"
resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"