Skip to content

Commit

Permalink
chore: use path to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 20, 2024
1 parent 3f1cdc3 commit eb8ef41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:

# Berry fails to find executable on windows
- run: yarn set version berry
- run: yarn config set nodeLinker node-modules
# - run: yarn config set nodeLinker node-modules
- run: yarn init -y
- run: yarn add -D ./supabase-1.28.0.tgz
- run: yarn run -T supabase --version
# - run: yarn run -T supabase --version
- run: node_modules/.bin/supabase --version

pnpm:
needs: pack
Expand Down

0 comments on commit eb8ef41

Please sign in to comment.