Sudo to extract build environment to root

This commit is contained in:
Tom Foster 2024-04-23 09:48:20 +01:00 committed by GitHub
parent baa47f9c6d
commit d4e24892b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ jobs:
- name: Extract build environment
run: |
tar -xzf environment.tar.gz -C /
sudo tar -xzf environment.tar.gz -C /
- name: Sync repository
uses: actions/checkout@v4