diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d25208318..8093b9211 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,8 @@ jobs: fetch-depth: 0 - name: Install toolchain run: | - sudo apt install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools + sudo apt update + sudo apt --fix-missing install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools - name: version run: echo "::set-output name=version::$(echo $GITHUB_REF | cut -d / -f 3)" id: version