🧹 add missing deps

This commit is contained in:
Vladislav Nepogodin 2022-11-20 04:26:12 +04:00
parent 22e77296d1
commit aea15cb375
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -18,14 +18,13 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: archlinux
container: archlinux-devel
steps:
- uses: actions/checkout@v3
- name: install deps
run: |
pacman -Syu --noconfirm base-devel sudo
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
pacman -Syu --noconfirm cmake pkg-config ninja clang mold llvm
shell: bash
- name: Configure CMake