Skip to content

Commit

Permalink
refactor:update script
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Jul 25, 2024
1 parent 1ee2c55 commit 9ab2e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install Homebrew
run: |
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'export PATH="/usr/local/bin:$PATH"' >> $GITHUB_ENV
- name: Install python-setuptools
run: brew install python-setuptools
Expand Down

0 comments on commit 9ab2e99

Please sign in to comment.