Skip to content

Commit 71d2e3f

Browse files
authored
ci: check if awalsh128/cache-apt-pkgs-action@v1.5.3 works on master (#25257)
1 parent 619bd96 commit 71d2e3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/puzzle_vibes_ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
3131
v-compiles-puzzle-vibes:
3232
runs-on: ubuntu-24.04
33-
timeout-minutes: 30
33+
timeout-minutes: 20
3434
steps:
3535
- uses: actions/checkout@v5
3636
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
@@ -50,12 +50,12 @@ jobs:
5050
- name: Clone Puzzle Vibes
5151
run: v retry -- git clone https://github.com/larpon/puzzle_vibes/
5252

53-
- name: Check PV compiles
54-
run: cd puzzle_vibes && v .
55-
5653
- name: Check PV compiles with -g
5754
run: cd puzzle_vibes && v -g .
5855

56+
- name: Check PV compiles
57+
run: cd puzzle_vibes && v .
58+
5959
- name: Check PV compiles with -prod
6060
run: cd puzzle_vibes && v -prod -no-prod-options .
6161

0 commit comments

Comments
 (0)