Runs apt update on all Linux

This commit is contained in:
jspijker 2022-11-08 11:27:07 +01:00
parent cbaf4bed16
commit 8800288359

View File

@ -116,7 +116,7 @@ jobs:
run: brew install autoconf automake ninja create-dmg
- name: Install Linux system requirements
if: ${{ startsWith(inputs.runs_on, 'ubuntu-22.04') }}
if: ${{ runner.os == 'Linux' }}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update