Skip to content

Commit

Permalink
Yet more $PATH sadness
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 24, 2023
1 parent cc8c7c3 commit ece2811
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
- name: Install odgi alias
run: |
echo '#!/bin/sh\ndocker run --rm odgi odgi $@' > /usr/local/bin/odgi
chmod a+x /usr/local/bin/odgi
echo '#!/bin/sh\ndocker run --rm odgi odgi $@' > ~/.local/bin/odgi
chmod a+x ~/.local/bin/odgi
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Set up for slow_odgi tests
run: make slow-odgi-setup
Expand Down

0 comments on commit ece2811

Please sign in to comment.