Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
if [ "$RUNNER_OS" == "Linux" ]; then
echo "FC=gfortran-13" >> $GITHUB_ENV
sudo apt-get -qq update
sudo apt-get -qq install -y libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev ccache
sudo apt-get -qq install -y ninja-build libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev ccache

COMPILER="gcc-$(gcc -dumpversion)"
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand Down