add dpkg -l
This commit is contained in:
parent
ae166ad995
commit
f2bf76925c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue