From 55d97c6731b25f5459232c77518cb1ef49d625e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 19 Jun 2021 12:09:41 +0300 Subject: [PATCH] add dpkg -l --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 4e8116e..69a1b0a 100644 --- a/.build.yml +++ b/.build.yml @@ -8,6 +8,7 @@ environment: CC: /usr/bin/false tasks: - setup: | + dpkg -l curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \ -o bazel chmod +x bazel