Skip to content

Commit

Permalink
ci: remove "Nim in Action" related dependencies
Browse files Browse the repository at this point in the history
The "Nim in Action" test category was removed in commit `59e382f2f`
  • Loading branch information
zerbina committed Apr 23, 2022
1 parent 8177d9d commit 9c3fa61
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -181,10 +177,6 @@ jobs:
deps=(
# Needed by boehm gc tests
bdw-gc
# Required by Nim in Action tests
sdl
sfml
)
brew update
Expand Down

0 comments on commit 9c3fa61

Please sign in to comment.