fixes CI failure (#23566)

This commit is contained in:
ringabout
2024-05-04 09:41:14 +08:00
committed by GitHub
parent 36bf3fa47b
commit 1ef4d04a1e

View File

@@ -157,7 +157,7 @@ pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim"
pkg "supersnappy"
pkg "synthesis"
pkg "taskpools"
pkg "telebot", "nim c -o:tbot -r src/telebot.nim"
pkg "telebot", "nim c -o:tbot -r src/telebot.nim", allowFailure = true
pkg "tempdir"
pkg "templates"
pkg "tensordsl", "nim c -r --mm:refc tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"