Skip to content

Commit

Permalink
#25: Basic x64 packaging and leia-test setup part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 13, 2021
1 parent 73d7bda commit 5492927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Set os specific vars
if [ "$RUNNER_OS" == "Windows" ]; then
mv ./dist/@lando/hyperdrive.exe /usr/bin/hyperdrive.exe
chmod +x /usr/local/bin/hyperdrive.exe
chmod +x /usr/bin/hyperdrive.exe
else
mv ./dist/@lando/hyperdrive /usr/local/bin/hyperdrive
chmod +x /usr/local/bin/hyperdrive
Expand Down

0 comments on commit 5492927

Please sign in to comment.