Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use deno compile to install deno bids-validator #449

Closed
wants to merge 2 commits into from

Conversation

yarikoptic
Copy link
Contributor

Make it less cumbersome and may be more efficient since produces a binary executable file

Based on info from bids-standard/bids-validator#1942 (comment)

Make it less cumbersome and may be more efficient since produces
a binary executable file
@yarikoptic
Copy link
Contributor Author

doesn't work on windows

Download https://dl.deno.land/release/v1.44.1/denort-x86_64-pc-windows-msvc.zip
/d/a/bids-examples/bids-examples
D:\a\_temp\b1eee1f8-8f1c-4dae-9944-289f42dbd60a.sh: line 8: bids-validator: command not found
Error: Process completed with exit code 127.

so screw it for now

@yarikoptic yarikoptic closed this Jun 11, 2024
Comment on lines -74 to -76
mkdir -p $LOCAL_BIN
export PATH="$LOCAL_BIN:$PATH"
echo PATH="$PATH" >> $GITHUB_ENV
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing $HOME/.local/bin from the path seems the likely cause of the failure to find the executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants