Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh_actions: if draft is enabled also install draft packages #1328

Open
sphaero opened this issue Feb 14, 2023 · 0 comments
Open

gh_actions: if draft is enabled also install draft packages #1328

sphaero opened this issue Feb 14, 2023 · 0 comments

Comments

@sphaero
Copy link
Contributor

sphaero commented Feb 14, 2023

See:

- name: Add debian packages
if: matrix.os == 'ubuntu-20.04'
uses: myci-actions/add-deb-repo@10
with:
repo-name: obs
repo: deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_20.04/ ./
keys-asc: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_20.04/Release.key
install: ${{ matrix.PACKAGES }}

It always installs from stable but for draft you might need draft support from other libs as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant