From 47e40afc6c81e047f34478a9222b1bb6ebe8f8c2 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 9 May 2023 15:34:41 +0000 Subject: [PATCH] ci: Add benchmark as a dependency --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b78fcd..9ab3b0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: pacman -Syu --noconfirm pacman -S --noconfirm git meson clang glslang libcap wlroots \ 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 - uses: actions/checkout@v2 with: