ci: Add benchmark as a dependency

This commit is contained in:
Joshua Ashton 2023-05-09 15:34:41 +00:00 committed by Joshie
parent 8597dff537
commit 47e40afc6c

View file

@ -16,7 +16,7 @@ jobs:
pacman -Syu --noconfirm pacman -Syu --noconfirm
pacman -S --noconfirm git meson clang glslang libcap wlroots \ pacman -S --noconfirm git meson clang glslang libcap wlroots \
sdl2 vulkan-headers libx11 libxmu libxcomposite libxrender libxres \ sdl2 vulkan-headers libx11 libxmu libxcomposite libxrender libxres \
libxtst libxkbcommon libdrm libinput wayland-protocols \ libxtst libxkbcommon libdrm libinput wayland-protocols benchmark \
xorg-xwayland pipewire cmake xorg-xwayland pipewire cmake
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: