Skip to content

Commit

Permalink
Add missing sudo calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jan 28, 2025
1 parent dc75389 commit 2666ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: "Install PDK"
run: |
wget https://apt.puppet.com/puppet-tools-release-jammy.deb
dpkg -i puppet-tools-release-jammy.deb
apt-get update
apt-get install -y pdk
sudo dpkg -i puppet-tools-release-jammy.deb
sudo apt-get update
sudo apt-get install -y pdk
- name: "Provision nodes"
run: |
Expand Down

0 comments on commit 2666ca1

Please sign in to comment.