From 47c13c1ce1891984706459adc9d720064be52348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 14 Dec 2023 02:25:19 +0100 Subject: [PATCH] test --- .github/workflows/check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a109ff6..53ad8bc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,8 +24,11 @@ jobs: restore-keys: | ${{ runner.os }}-build- + - name: dbg + run: ls compile + - name: Get SDL2 - run: ./compile/sdl.sh + run: compile/sdl.sh - name: Check that code can compile run: cargo check --all-features \ No newline at end of file