Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvez committed Dec 29, 2024
1 parent 60b4501 commit ccacef9
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,21 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
# - ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: install zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: install ghostty dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libgtk-4-dev libadwaita-1-dev
- name: run plugin test
uses: asdf-vm/actions/plugin-test@v2
with:
command: ghostty --version
- name: debug macos
if: matrix.os == 'macos-latest'
run: xcode-select --print-path
# - name: install zig
# uses: mlugg/setup-zig@v1
# with:
# version: 0.13.0
# - name: install ghostty dependencies
# if: matrix.os == 'ubuntu-latest'
# run: sudo apt-get update && sudo apt-get install -y libgtk-4-dev libadwaita-1-dev
# - name: run plugin test
# uses: asdf-vm/actions/plugin-test@v2
# with:
# command: ghostty --version

0 comments on commit ccacef9

Please sign in to comment.