mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
move if: to outer scope
This commit is contained in:
parent
bbf19e3802
commit
178e74a028
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue