From 6deed2d4a4173076430e5408046991f70a200cb7 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 27 Nov 2025 22:58:04 +0100 Subject: [PATCH] Update raylib in CI --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72231039a..4df84148b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,15 +78,15 @@ jobs: - name: Vendor-fetch run: | - build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55 + build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib - name: Try raylib5 run: | cd resources - ..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_arkanoid.c3 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_snake.c3 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_tetris.c3 + ..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking examples\raylib\raylib_arkanoid.c3 + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking examples\raylib\raylib_snake.c3 + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib --print-linking examples\raylib\raylib_tetris.c3 - name: run compiler tests run: | @@ -159,7 +159,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55 + ./build/c3c vendor-fetch raylib - name: Build testproject lib run: | @@ -384,7 +384,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55 + ./build/c3c vendor-fetch raylib - name: run compiler tests run: | @@ -515,7 +515,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55 + ./build/c3c vendor-fetch raylib - name: run compiler tests run: | @@ -658,7 +658,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55 + ./build/c3c vendor-fetch raylib - name: Compile and run some examples run: |