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