move if: to outer scope

This commit is contained in:
Delyan Angelov 2025-09-08 14:56:49 +03:00
parent bbf19e3802
commit 178e74a028
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -10,9 +10,9 @@ description: 'Cache all commonly used apt packages to speed up CI jobs'
# sdl2 : needed for Puzzle Vibes & Chocolate Doom
# libsodium-dev : needed for Gitly and C2V
if: runner.os == 'Linux'
runs:
using: 'composite'
if: runner.os == 'Linux'
steps:
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
with: