CI: CFS current Arch: let's not forget base-devel and sudo deps
This commit is contained in:
1
.github/workflows/cfs-current-arch.yml
vendored
1
.github/workflows/cfs-current-arch.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
|
pacman -Syu --noconfirm base-devel sudo
|
||||||
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
chown user -R ..
|
chown user -R ..
|
||||||
chown user -R /tmp
|
chown user -R /tmp
|
||||||
|
Reference in New Issue
Block a user