From 9e6be031c11ea71e32c9d84bc7f3936ede60645b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 23 Mar 2024 00:36:52 +0100 Subject: [PATCH] Don't install capstone on CI. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 447ae2a0..9bd2704d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 capstone tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols + run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols - name: Profiler GUI run: | cmake -B profiler/build -S profiler