Skip to content

Commit

Permalink
Desperation
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 7, 2023
1 parent 030bb9b commit 98dfe7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
- name: Install odgi alias
run: |
echo '#!/bin/sh\ndocker run --rm odgi odgi $@' > odgi
sudo cp odgi /usr/local/bin/odgi
sudo chmod a+x /usr/local/bin/odgi
cp odgi $HOME/.local/bin/odgi
sudo chmod a+x $HOME/.local/bin/odgi
echo $HOME/.local/bin/odgi
ls $HOME/.local/bin/odgi
- name: Set up for slow_odgi tests
run: make slow-odgi-setup
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ tests/%.gfa:

%.og: %.gfa
echo $$PATH
echo $$HOME/.local/bin/odgi
ls $$HOME/.local/bin/odgi
odgi build -g $^ -o $@

0 comments on commit 98dfe7e

Please sign in to comment.