Skip to content

Commit

Permalink
added git to list of installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark committed Nov 15, 2024
1 parent 5b824b5 commit bbf5a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
apt update
apt install -t experimental reprepro -y
apt install -t experimental reprepro git -y
echo "$GPG_PRIVATE_KEY" | tr '|' '\n' | gpg --batch --yes --import --verbose
gpg --verbose --pinentry-mode loopback -su 'manindark@own.manindark.me' --batch --passphrase "$GPG_PASSPHRASE" list
reprepro -b repository/debian includedeb bookworm /tmp/libpam-daily-word_${{ github.ref_name }}_amd64.deb
Expand Down

0 comments on commit bbf5a82

Please sign in to comment.