dawidd6 / action-debian-package

:gear: A GitHub Action for building Debian packages
MIT License
24 stars 8 forks source link

install security packages #52

Closed ennorehling closed 2 years ago

ennorehling commented 2 years ago

I had a problem with a package that required zlib1g-dev and liblzma-dev, because those have received security updates, and -t bullseye does not install packages from bullseye-security. Since the -t argument seemed superfluous, I simply removed it.

dawidd6 commented 2 years ago

This new input you are introducing has to be added to action.yml file too.

ennorehling commented 2 years ago

This new input you are introducing has to be added to action.yml file too.

I messed up my PR. That new input was from an earlier attempt, just me figuring out how actions worked, and I meant to delete that line. I see I also broke a test, so there's more work to do for me.

ennorehling commented 2 years ago

note to self: always create a branch when experimenting with github actions or submitting PRs. Sorry for the noisy history (or watch me fumble with javascript and make an ass of myself).

ennorehling commented 2 years ago

Never mind. I'm just going to create a new PR when I have this figured out.