Skip to content

Commit

Permalink
More github actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent 89f1929 commit 8ee6cdf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- develop
- main
- appimage-fix
- github-actions
workflow_dispatch:

jobs:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ee6cdf

Please sign in to comment.