Skip to content

Commit

Permalink
Update electron-release.yml (#571)
Browse files Browse the repository at this point in the history
* Update electron-release.yml

* Update electron-release.yml
  • Loading branch information
theosanderson committed Jan 3, 2024
1 parent 3d8fd6f commit 3573026
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
runs-on: macos-latest

steps:
# Install Python 2.7 or a compatible version for node-gyp
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "2.7" # or another compatible version
python-version: "3.9" # or another compatible version

- name: Check out Git repository
uses: actions/checkout@v1
Expand All @@ -59,8 +58,8 @@ jobs:
run: |
cd taxonium_electron
source download.sh
yarn add macos-alias
yarn install
yarn add macos-alias
yarn make --arch=arm64
yarn make --arch=x64
env:
Expand Down

1 comment on commit 3573026

@vercel
Copy link

@vercel vercel bot commented on 3573026 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.