From: Nick Porter Date: Mon, 9 Sep 2024 16:31:58 +0000 (+0100) Subject: Ensure packages are up to date in CI runners X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccfe1da739943ee6b1593b8e13f9e929f63f82f;p=thirdparty%2Ffreeradius-server.git Ensure packages are up to date in CI runners --- diff --git a/.github/actions/freeradius-deps/action.yml b/.github/actions/freeradius-deps/action.yml index 4e4a4414647..237361e0949 100644 --- a/.github/actions/freeradius-deps/action.yml +++ b/.github/actions/freeradius-deps/action.yml @@ -32,6 +32,13 @@ runs: sudo dpkg-reconfigure man-db sudo sed -i 's/^update_initramfs=.*/update_initramfs=no/' /etc/initramfs-tools/update-initramfs.conf + - name: Ensure all packages are up to date + if: ${{ runner.os != 'macOS' }} + shell: bash + run: | + sudo apt-get update + sudo apt-get -y full-upgrade + # # Basic package installation on Ubuntu24.04 fails with: # ERROR: Operation {'runbindable'} cannot have a source. Source = AARE('/')