Skip to content

Commit

Permalink
Add sudo install to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 6, 2024
1 parent 93ec5fd commit abe25f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/options-tests-with-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
echo whoami: $(whoami)
mkdir ./results
set -ex && apk --no-cache add sudo
sudo apk update -y
sudo apk add git -y
Expand Down

0 comments on commit abe25f6

Please sign in to comment.