Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice committed May 2, 2024
1 parent d611bff commit 523e053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ try {
core.setFailed('Could not find your package name in your Cargo.toml.')
let buildOptions = new BuildOptions(tomlData['rust-build-macos'])
if (buildOptions == undefined) core.setFailed('Invalid toml data!')

console.log(buildOptions)
console.log(tomlData)
targets.forEach(target => {
switch (target) {
case 'aarch64-apple-darwin': {
Expand Down

0 comments on commit 523e053

Please sign in to comment.