Skip to content

Commit

Permalink
CI: build sk
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Apr 2, 2024
1 parent 2db68a5 commit cdd7bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ master ]
branches: [ sk-* ]
pull_request:
branches: [ master ]
branches: [ sk-* ]
workflow_dispatch:
jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
sdl2 vulkan-headers libx11 libxmu libxcomposite libxrender libxres \
libxtst libxkbcommon libdrm libinput wayland-protocols benchmark \
xorg-xwayland pipewire cmake \
libavif libheif aom rav1e libdecor
libavif libheif aom rav1e libdecor libxdamage
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit cdd7bfd

Please sign in to comment.