Skip to content

Commit

Permalink
Update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
kavplex committed Jun 21, 2024
1 parent e964e6c commit b841464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-update-targets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
# If we're packaging for `dasel` we have to uninstall it, as it'll mess with our checks below otherwise.
if [[ "${{ inputs.pkgbase }}" == 'dasel' ]]; then
sudo apt-get uninstall dasel -y
sudo apt-get purge dasel -y
fi
# We overwrite files in /etc/apt during this, so backup the directory for restoration after we're done.
Expand Down

0 comments on commit b841464

Please sign in to comment.