ci: check if awalsh128/cache-apt-pkgs-action@v1.5.3 works on master

This commit is contained in:
Delyan Angelov 2025-09-08 11:22:41 +03:00
parent 619bd968be
commit dce2682234
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -30,7 +30,7 @@ concurrency:
jobs:
v-compiles-puzzle-vibes:
runs-on: ubuntu-24.04
timeout-minutes: 30
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
@ -50,12 +50,12 @@ jobs:
- name: Clone 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
run: cd puzzle_vibes && v -g .
- name: Check PV compiles
run: cd puzzle_vibes && v .
- name: Check PV compiles with -prod
run: cd puzzle_vibes && v -prod -no-prod-options .