Skip to content

Commit

Permalink
add back sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Nov 22, 2024
1 parent bdf4758 commit 33882d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_through_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
run: |
wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
apt update && apt install -y terraform
sudo apt-get update && sudo apt-get install -y terraform
- name: Install awscli
run: |
apt update
apt install -y awscli
sudo apt-get update
sudo apt-get install -y awscli
- name: Run AWS configure
run: |
Expand Down

0 comments on commit 33882d9

Please sign in to comment.