Skip to content

Commit

Permalink
chore: ci patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 25, 2024
1 parent cf181f5 commit 10c4197
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,16 @@ jobs:
with:
name: installer

# 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: |
- if: ${{ matrix.os != 'windows-latest' }}
run: yarn supabase --version
# Workaround for running extensionless executable on windows
- if: ${{ matrix.os == 'windows-latest' }}
run: |
& "$(yarn bin supabase).exe" --version
# - run: yarn run -T supabase --version
# - run: ./node_modules/.bin/supabase --version
pnpm:
needs: pack
Expand Down

0 comments on commit 10c4197

Please sign in to comment.