Skip to content

Merge pull request #8 from ilvez/update-docs #38

Merge pull request #8 from ilvez/update-docs

Merge pull request #8 from ilvez/update-docs #38

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-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