Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdh committed Mar 12, 2023
1 parent 6915166 commit 3a235f7
Show file tree
Hide file tree
Showing 3 changed files with 1,039 additions and 532 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -27,11 +27,6 @@ jobs:
node-version: 14
cache: "yarn"

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Install dependencies
run: yarn

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"@vitejs/plugin-vue": "2.1.0",
"@vue/compiler-sfc": "3.2.29",
"electron": "21.0.1",
"electron-builder": "22.14.5",
"electron-builder": "24.0.0",
"esbuild": "0.14.18",
"eslint": "8.8.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down

0 comments on commit 3a235f7

Please sign in to comment.