mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
FIX CI
This commit is contained in:
parent
615fa43590
commit
cf7b519395
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -24,7 +24,8 @@ jobs:
|
|||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: |
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
Loading…
Reference in New Issue
Block a user