Skip to content

Commit

Permalink
Try to use Ubuntu 23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 20, 2023
1 parent b7bce44 commit c24931d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade meson PyYAML
# HACK: upgrade to Lunar
sudo sed -i s/jammy/lunar/ /etc/apt/sources.list PyYAML
sudo apt update
sudo apt upgrade -y
sudo apt install -y \
doxygen libxcb-xkb-dev valgrind ninja-build \
libwayland-dev wayland-protocols bison graphviz
doxygen libxcb-xkb-dev xvfb valgrind ninja-build \
libwayland-dev wayland-protocols bison graphviz \
meson python3-pyyaml
- name: Setup
run: |
# -gdwarf-4 - see https://github.com/llvm/llvm-project/issues/56550.
Expand Down

0 comments on commit c24931d

Please sign in to comment.