add the libsdl2 packages too; let puzzle_vibes_ci.yml reuse the common cache-apt-packages-action

This commit is contained in:
Delyan Angelov 2025-09-08 12:51:42 +03:00
parent 1193defeb9
commit f638c6e17c
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -9,7 +9,6 @@ on:
- '!**/linux_ci.yml'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
- '.github/actions/cache-apt-packages-action/action.yml'
pull_request:
paths-ignore:
- '**.md'
@ -17,7 +16,6 @@ on:
- '!**/linux_ci.yml'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
- '.github/actions/cache-apt-packages-action/action.yml'
concurrency:
group: linux-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}