Skip to content

Commit

Permalink
Debug DIP upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 26, 2024
1 parent f1d209c commit e5050ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
steps:
- name: "Check out the code"
uses: "actions/checkout@v4"
- name: "Debug"
run: |
sudo apt-get update
apt-cache depends podman | awk '/Depends:/{print$2}' | while read -r line; do echo -n "$line "; dpkg -s $line | grep Version; done
exit 1
- name: "Install Python"
uses: "actions/setup-python@v5"
with:
Expand Down

0 comments on commit e5050ee

Please sign in to comment.