Skip to content

Commit

Permalink
more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent 8eb04a7 commit 5dfc6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
sudo apt update
sudo apt install -y make jq curl git zip
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
wget https://releases.hashicorp.com/terraform/1.4.4/terraform_1.4.4_linux_amd64.zip
unzip terraform_1.4.4_linux_amd64.zip
cp terraform /usr/local/bin/
sudo cp terraform /usr/local/bin/
- name: Code checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5dfc6dd

Please sign in to comment.