diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index d100e99..fab6d63 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -13,6 +13,8 @@ jobs: - name: Pacman Update run: | pacman-key --init + pacman-key --populate + pacman -Sy --noconfirm archlinux-keyring pacman -Syu --noconfirm - name: Install Deps run: | @@ -124,7 +126,7 @@ jobs: zypper -nq update - name: Install Deps run: | - zypper -nq install git make cmake gcc11 + zypper -nq install git make cmake gcc11 openssh update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 - name: Install SSH key uses: shimataro/ssh-key-action@v2