From a3c99bce7add0b83782e616e0c4baace5c5f6c5c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 8 May 2024 11:04:34 +0200 Subject: [PATCH] .travis.yml: try with apt_packages --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 722a3a9256..9c3d4de5c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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