mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42: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
|
# sdl2 : needed for Puzzle Vibes & Chocolate Doom
|
||||||
# libsodium-dev : needed for Gitly and C2V
|
# libsodium-dev : needed for Gitly and C2V
|
||||||
|
|
||||||
|
if: runner.os == 'Linux'
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
if: runner.os == 'Linux'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
|
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue