mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: check if awalsh128/cache-apt-pkgs-action@v1.5.3
works on master
This commit is contained in:
parent
619bd968be
commit
dce2682234
1 changed files with 4 additions and 4 deletions
8
.github/workflows/puzzle_vibes_ci.yml
vendored
8
.github/workflows/puzzle_vibes_ci.yml
vendored
|
@ -30,7 +30,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
v-compiles-puzzle-vibes:
|
v-compiles-puzzle-vibes:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 30
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
|
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
|
||||||
|
@ -50,12 +50,12 @@ jobs:
|
||||||
- name: Clone Puzzle Vibes
|
- name: Clone Puzzle Vibes
|
||||||
run: v retry -- git clone https://github.com/larpon/puzzle_vibes/
|
run: v retry -- git clone https://github.com/larpon/puzzle_vibes/
|
||||||
|
|
||||||
- name: Check PV compiles
|
|
||||||
run: cd puzzle_vibes && v .
|
|
||||||
|
|
||||||
- name: Check PV compiles with -g
|
- name: Check PV compiles with -g
|
||||||
run: cd puzzle_vibes && v -g .
|
run: cd puzzle_vibes && v -g .
|
||||||
|
|
||||||
|
- name: Check PV compiles
|
||||||
|
run: cd puzzle_vibes && v .
|
||||||
|
|
||||||
- name: Check PV compiles with -prod
|
- name: Check PV compiles with -prod
|
||||||
run: cd puzzle_vibes && v -prod -no-prod-options .
|
run: cd puzzle_vibes && v -prod -no-prod-options .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue