.travis.yml: try with apt_packages

This commit is contained in:
Felix Lange 2024-05-08 11:04:34 +02:00
parent 9ec50080eb
commit a3c99bce7a

View file

@ -47,7 +47,7 @@ jobs:
# This builder does the Linux Azure uploads
- stage: build
if: type = push
# if: type = push
os: linux
dist: noble
sudo: required
@ -57,9 +57,8 @@ jobs:
git:
submodules: false # avoid cloning ethereum/tests
addons:
apt:
packages:
- gcc-multilib
apt_packages:
- gcc-multilib
script:
# Build for the primary platforms that Trusty can manage
- go run build/ci.go install -dlgo