Skip to content

Commit

Permalink
Silliness
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 7, 2023
1 parent 98dfe7e commit a9622ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Install odgi alias
run: |
echo '#!/bin/sh\ndocker run --rm odgi odgi $@' > odgi
mkdir -p $HOME/.local/bin
cp odgi $HOME/.local/bin/odgi
sudo chmod a+x $HOME/.local/bin/odgi
echo $HOME/.local/bin/odgi
Expand Down

0 comments on commit a9622ac

Please sign in to comment.