8585
8686 - name : Install dependencies
8787 run : |
88- apt-get -qq update
88+ apt-get update
8989 apt-get install -y autopoint make build-essential m4 pkg-config autoconf autoconf-archive libtool git python3 python3-distutils python3-jinja2 curl zip unzip tar bison p7zip-full dbus
9090
9191 - name : Install dependencies for arm64
@@ -682,7 +682,7 @@ jobs:
682682 - name : Install dependencies
683683 if : success()
684684 run : |
685- apt update -qq
685+ apt update
686686 apt install -y python3 gnupg2 curl
687687
688688 - name : Install distro package for further upgrade
@@ -697,7 +697,7 @@ jobs:
697697 mkdir -p /etc/apt/keyrings
698698 curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
699699 echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
700- apt update -qq
700+ apt update
701701 DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
702702
703703 - name : Install distro package for further upgrade from the stable
@@ -706,7 +706,7 @@ jobs:
706706 mkdir -p /etc/apt/keyrings
707707 curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
708708 echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
709- apt update -qq
709+ apt update
710710 DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
711711
712712 - name : Download client
@@ -724,7 +724,7 @@ jobs:
724724 - name : Install client and manager
725725 if : success()
726726 run : |
727- apt update -qq
727+ apt update
728728 apt install -y $(find ./ -type f -name "boinc-client*.deb" -printf "%p\n")
729729 apt install -y $(find ./ -type f -name "boinc-manager*.deb" -printf "%p\n")
730730
@@ -753,7 +753,7 @@ jobs:
753753 - name : Install dependencies
754754 if : success()
755755 run : |
756- apt update -qq
756+ apt update
757757 apt install -y python3 gnupg2 curl
758758
759759 - name : Install distro package for further upgrade
@@ -766,7 +766,7 @@ jobs:
766766 run : |
767767 DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common
768768 add-apt-repository -y ppa:costamagnagianfranco/boinc
769- apt update -qq
769+ apt update
770770 DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
771771
772772 - name : Install distro package for further upgrade from the alpha
@@ -775,7 +775,7 @@ jobs:
775775 mkdir -p /etc/apt/keyrings
776776 curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
777777 echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
778- apt update -qq
778+ apt update
779779 DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
780780
781781 - name : Install distro package for further upgrade from the stable
@@ -784,7 +784,7 @@ jobs:
784784 mkdir -p /etc/apt/keyrings
785785 curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }}/boinc.gpg | gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
786786 echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/stable/${{ matrix.os }} ${{ matrix.os }} main | tee /etc/apt/sources.list.d/boinc.list > /dev/null
787- apt update -qq
787+ apt update
788788 DEBIAN_FRONTEND=noninteractive apt install -y boinc-client boinc-manager
789789
790790 - name : Rename systemctl (not supported on CI)
@@ -807,7 +807,7 @@ jobs:
807807 - name : Install client and manager
808808 if : success()
809809 run : |
810- apt update -qq
810+ apt update
811811 apt install -y $(find ./ -type f -name "boinc-client*.deb" -printf "%p\n")
812812 apt install -y $(find ./ -type f -name "boinc-manager*.deb" -printf "%p\n")
813813
@@ -1027,7 +1027,7 @@ jobs:
10271027 - name : Install dependencies
10281028 if : ${{ success() && env.SKIP_RUN == 0 }}
10291029 run : |
1030- sudo apt-get update -qq
1030+ sudo apt-get update
10311031 sudo apt-get install -y aptly gnupg2 gpgv
10321032
10331033 - name : Setup GPG keys
0 commit comments