From 7d9c9e3d6ef1eaf7d0f9aaa6bb99ffd479452aa7 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 27 Feb 2024 20:42:25 +0000 Subject: [PATCH] github: Use electron builder wine image for nexus builds --- .github/workflows/nexus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index e656e7c7d..e32ad3e0c 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -12,6 +12,8 @@ jobs: build: name: Build and Deploy runs-on: ubuntu-latest + container: + image: electronuserland/builder:18-wine steps: - uses: actions/checkout@v3