1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-18 15:07:47 +02:00

chore: Fix BUILD format (we check this on toktok-stack now).

This commit is contained in:
iphydf 2021-12-21 12:22:22 +00:00
parent b6f892edf5
commit 8d58e8f4d6
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.23-third_party
image: toxchat/toktok-stack:0.0.28-third_party
cpu: 2
memory: 2G
configure_script:

View File

@ -43,7 +43,7 @@ cc_binary(
sh_test(
name = "toxic_test",
size = "small",
srcs = [":toxic"],
args = ["--help"],
size = "small",
)