From 9c3fa61934a489f6f3e4b8bb6ed0f4f579d4b1a6 Mon Sep 17 00:00:00 2001 From: zerbina <100542850+zerbina@users.noreply.github.com> Date: Sat, 23 Apr 2022 17:21:13 +0100 Subject: [PATCH] ci: remove "Nim in Action" related dependencies The "Nim in Action" test category was removed in commit `59e382f2f` --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d95777566e..b798589f6e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,10 +163,6 @@ jobs: # Needed by boehm gc tests libgc-dev - # Required by Nim in Action tests - libsdl1.2-dev - libsfml-dev - # Required by ARC/ORC memory leak tests (only enabled on linux x64) libc6-dbg valgrind @@ -181,10 +177,6 @@ jobs: deps=( # Needed by boehm gc tests bdw-gc - - # Required by Nim in Action tests - sdl - sfml ) brew update