Skip to content

Commit

Permalink
ci: try fix 1
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Powers <[email protected]>
  • Loading branch information
Ryex committed Sep 24, 2024
1 parent 0d21cc7 commit c017b00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
jobs:
build:
name: "Build Dungeondraft-GoPackager (${{ matrix.target.os }}, ${{ matrix.go-version }})"
runs-on: 'ubuntu-latest'
runs-on: ${{ matrix.target.host || 'ubuntu-latest' }}
env:
GO111MODULE: on
strategy:
Expand All @@ -15,7 +15,9 @@ jobs:
- os: linux
- os: windows
ext: .exe
args: -app-id io.github.ryex.dungondraft-gopackager
- os: darwin
host: macos-latest
args: -app-id io.github.ryex.dungondraft-gopackager
steps:
- name: Setup Go environment
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:
brew install podman
podman machine init
podman machine start
- name: install go deps
run: go mod download
- name: Build gui
run: |
fyne-cross \
Expand Down

0 comments on commit c017b00

Please sign in to comment.