From eb79f4eb64a587ab899827c83063c88eaf0d6803 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 17 May 2026 08:24:00 +0300 Subject: [PATCH] ci: switch puzzle_vibes CI to medvednikov/shy and medvednikov/puzzle_vibes --- .github/workflows/puzzle_vibes_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/puzzle_vibes_ci.yml b/.github/workflows/puzzle_vibes_ci.yml index 40a4e0a3d..f1481559b 100644 --- a/.github/workflows/puzzle_vibes_ci.yml +++ b/.github/workflows/puzzle_vibes_ci.yml @@ -42,10 +42,10 @@ jobs: run: v retry -- v install sdl && v ~/.vmodules/sdl/setup.vsh - name: Install Shy - run: v retry -- v install https://github.com/larpon/shy + run: v retry -- v install https://github.com/medvednikov/shy - name: Clone Puzzle Vibes - run: v retry -- git clone https://github.com/larpon/puzzle_vibes/ + run: v retry -- git clone https://github.com/medvednikov/puzzle_vibes/ - name: Check PV compiles with -g run: cd puzzle_vibes && v -g . -- 2.39.5