This commit is contained in:
ptr1337 2022-11-20 00:19:21 +00:00 committed by GitHub
parent 615fa43590
commit cf7b519395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ jobs:
- name: install deps
run: |
sudo pacman -Syu --noconfirm
pacman -Syu --noconfirm base-devel sudo
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
shell: bash
- name: Configure CMake