diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60f436952..c15f594b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: branches: - develop - main - - appimage-fix + - github-actions workflow_dispatch: jobs: @@ -20,15 +20,15 @@ jobs: - build: mac-intel node_version: '21.6.2' os: macos-latest - - build: win32 - node_version: '21.6.2' - os: windows-latest - - build: win64 - node_version: '21.6.2' - os: windows-latest - - build: linux - node_version: '21.6.2' - os: ubuntu-latest + # - build: win32 + # node_version: '21.6.2' + # os: windows-latest + # - build: win64 + # node_version: '21.6.2' + # os: windows-latest + # - build: linux + # node_version: '21.6.2' + # os: ubuntu-latest container: image: cimg/node:${{ matrix.node_version }} steps: @@ -58,7 +58,7 @@ jobs: elif [ "${{ matrix.build }}" = "win64" ]; then sudo dpkg --add-architecture i386 sudo apt-get -y update - sudo apt-get -y install wine wine32 mono-devel + sudo apt-get -y install wine wine32 wine64 mono-devel sudo yarn make:win elif [ "${{ matrix.build }}" = "linux" ]; then sudo apt-get -y update