Skip to content

Commit

Permalink
[gh actions] fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 20, 2023
1 parent 2034ccc commit 9294c96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
echo "ShortSha: ${{ steps.ids.outputs.shortsha }}"
continue-on-error: true

- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'
#required for appdmg failing

# build stuff
- name: yarn install
run: |
Expand Down

0 comments on commit 9294c96

Please sign in to comment.