Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Aug 2, 2024
1 parent 627ddf7 commit da8ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-
- name: Yarn install
run: |
brew install python-setuptools # Fixes `ModuleNotFoundError: No module named 'distutils'` when running `yarn install`
cd App
yarn install
- name: Get Changelog
Expand Down Expand Up @@ -437,6 +438,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-
- name: Yarn install
run: |
brew install python-setuptools # Fixes `ModuleNotFoundError: No module named 'distutils'` when running `yarn install`
cd App
yarn install
- name: Get Changelog
Expand Down

0 comments on commit da8ebf4

Please sign in to comment.