Skip to content

Commit 47acdf0

Browse files
authored
Merge pull request #145 from MLPlatformWebsite/pjc-transfer-linaro-scripts
Needs sudo
2 parents 03eb724 + ffcb4ca commit 47acdf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Initialise environment
3636
run: |
3737
cat ".github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV
38-
apt update && apt install pipenv
38+
sudo apt update && sudo apt install pipenv
3939
pipenv --rm || true # Force-remove any old/broken venv
4040
pipenv lock
4141
pipenv sync

0 commit comments

Comments
 (0)