This commit is contained in:
parent
638f1fcc3d
commit
c6c38f9022
|
@ -8,8 +8,8 @@ environment:
|
|||
CC: /usr/bin/false
|
||||
tasks:
|
||||
- setup: |
|
||||
sudo apt-get purge gcc
|
||||
sudo apt-get autoremove
|
||||
sudo apt-get purge gcc -y
|
||||
sudo apt-get autoremove -y
|
||||
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