mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 05:13:51 +02:00
Fix macOS action
This commit is contained in:
6
.github/workflows/github_actions.yml
vendored
6
.github/workflows/github_actions.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
path: 'build/VRCX_${{ needs.set_version.outputs.version }}.AppImage'
|
||||
|
||||
build_macos:
|
||||
runs-on: macos-latest-large
|
||||
runs-on: macos-latest
|
||||
needs: [set_version, build_dotnet_linux, build_node]
|
||||
|
||||
steps:
|
||||
@@ -128,9 +128,9 @@ jobs:
|
||||
with:
|
||||
node-version: lts/*
|
||||
- name: Restore dependencies
|
||||
run: npm ci
|
||||
run: npm ci --arch=x64
|
||||
- name: Build Electron-html
|
||||
run: npm run prod-linux
|
||||
run: npm run prod-linux --arch=x64
|
||||
- name: Download Electron dotnet artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user