Skip to content

Commit

Permalink
Adding sudo to git installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Apr 2, 2024
1 parent a85ea8c commit 09714e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Pre-install script
run: |
apt update && apt install -y git git-lfs
sudo apt update && sudo apt install -y git git-lfs
- name: Checkout github repo (+ download lfs dependencies)
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 09714e2

Please sign in to comment.