mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 17:06:24 +02: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
Reference in a new issue