mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-07 19:44:41 -05:00
Sudo to extract build environment to root
This commit is contained in:
parent
baa47f9c6d
commit
d4e24892b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract build environment
|
- name: Extract build environment
|
||||||
run: |
|
run: |
|
||||||
tar -xzf environment.tar.gz -C /
|
sudo tar -xzf environment.tar.gz -C /
|
||||||
|
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue