mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use sudo
This commit is contained in:
parent
54d9614590
commit
0ff3dbaa97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_wiki.yml
vendored
2
.github/workflows/update_wiki.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
apt install -y make rsync
|
sudo apt install -y make rsync
|
||||||
# Checkout Main Repo
|
# Checkout Main Repo
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue