From 7fbfc662e3525f269c678af8ce065f2c0e7b66a4 Mon Sep 17 00:00:00 2001 From: Supowang <54426333+Supowang1989@users.noreply.github.com> Date: Sun, 25 Apr 2021 10:39:05 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 325e1845..c93c880b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ compiler: arm-none-eabi-gcc before_install: - sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y + - sudo apt-get update -q - sudo apt-get install gcc-arm-embedded -y -- GitLab