Don't install capstone on CI.

This commit is contained in:
Bartosz Taudul 2024-03-23 00:36:52 +01:00
parent afceec59aa
commit 9e6be031c1
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - 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 - name: Profiler GUI
run: | run: |
cmake -B profiler/build -S profiler cmake -B profiler/build -S profiler