diff --git a/.circleci/config.yml b/.circleci/config.yml index c465c4a..f3a1178 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ install_fwup: &install_fwup run: name: Install fwup environment: - FWUP_VERSION: 1.7.0 + FWUP_VERSION: 1.8.3 command: | wget https://github.com/fhunleth/fwup/releases/download/v${FWUP_VERSION}/fwup_${FWUP_VERSION}_amd64.deb dpkg -i fwup_${FWUP_VERSION}_amd64.deb