Skip to content

Commit

Permalink
Add -y flag to kurtosis install gha (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-romero authored Dec 10, 2024
1 parent 30f08fc commit af3798e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-kurtosis-cdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli=${{ inputs.kurtosis-version }}
sudo apt install -y kurtosis-cli=${{ inputs.kurtosis-version }}
kurtosis version
- name: Disable kurtosis analytics
Expand Down

0 comments on commit af3798e

Please sign in to comment.