Skip to content

Commit

Permalink
ci/go: allow building splash
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 3, 2023
1 parent 05c0248 commit 3fbaea7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Install Gio dependencies'
run: sudo apt install gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev
- name: 'Setup Go'
uses: actions/setup-go@v4
with:
Expand All @@ -18,4 +20,6 @@ jobs:
- name: 'Run tests'
run: make tests
- name: 'Build Vinegar'
run: make VINEGAR_GOFLAGS="--tags nogui"
run: make
- name: 'Build Vinegar with nosplash'
run: make VINEGAR_GOFLAGS=--tags=nogui

0 comments on commit 3fbaea7

Please sign in to comment.