diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25fe73c8..b21aaac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: steps: - name: arm env run: | - apt-get update - apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc - apt-get install -y gcc-arm-linux-gnueabi g++-arm-linux-gnueabi - apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf + apt-get update + apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc + apt-get install -y gcc-arm-linux-gnueabi g++-arm-linux-gnueabi + apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf - name: Setup Cache uses: actions/cache@v2