diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-05-04 09:41:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 09:41:14 +0800 |
commit | 1ef4d04a1e56f67d85559a7964e9467df06bc2d7 (patch) | |
tree | 2ac5181e11a4cf93c3e8e66c3b386b41afc349e6 /testament | |
parent | 36bf3fa47b81e1670bb82df5cc7e22334a9dbc32 (diff) | |
download | Nim-1ef4d04a1e56f67d85559a7964e9467df06bc2d7.tar.gz |
fixes CI failure (#23566)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b9f891dad..96cc9d9ca 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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" |