Skip to content

Commit

Permalink
And fix those other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed May 18, 2024
1 parent 550339c commit 391d400
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-dlangui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- triple: 'x86_64-linux-gnu'
target: 'linux'

- triple: 'aarch64-linux-gnu'
target: 'linux'
# Requires zlib to link.
# - triple: 'aarch64-linux-gnu'
# target: 'linux'

- triple: 'x86_64-windows-msvc'
target: 'windows'
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/build-gtk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CLI builds
name: GTK builds

on: push

Expand All @@ -17,14 +17,15 @@ jobs:
- triple: 'aarch64-linux-gnu'
target: 'linux'

- triple: 'x86_64-windows-msvc'
target: 'windows'
# Doesn't work, gtk_d doesn't support those platforms.
# - triple: 'x86_64-windows-msvc'
# target: 'windows'

- triple: 'x86_64-apple-darwin'
target: 'macos'
# - triple: 'x86_64-apple-darwin'
# target: 'macos'

- triple: 'arm64-apple-macos'
target: 'macos'
# - triple: 'arm64-apple-macos'
# target: 'macos'

name: Build GTK for ${{ matrix.triple }}

Expand Down

0 comments on commit 391d400

Please sign in to comment.