1
Fork 0
This commit is contained in:
Motiejus Jakštys 2021-06-19 12:12:19 +03:00 committed by Motiejus Jakštys
parent 638f1fcc3d
commit c6c38f9022
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ environment:
CC: /usr/bin/false CC: /usr/bin/false
tasks: tasks:
- setup: | - setup: |
sudo apt-get purge gcc sudo apt-get purge gcc -y
sudo apt-get autoremove sudo apt-get autoremove -y
curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \ curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \
-o bazel -o bazel
chmod +x bazel chmod +x bazel