Skip to content

Separate the apt-get and the yum steps in the CI#71

Merged
toddr merged 3 commits intocpan-authors:mainfrom
szabgab:separate-apt-and-yum
Feb 1, 2026
Merged

Separate the apt-get and the yum steps in the CI#71
toddr merged 3 commits intocpan-authors:mainfrom
szabgab:separate-apt-and-yum

Conversation

@szabgab
Copy link
Contributor

@szabgab szabgab commented Jan 30, 2026

Protect them using if-statements.

And protect them using if-statements
Copy link
Member

@timlegge timlegge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szabgab can you look at whether it makes sense to just check for debian and not the specific versions.

@toddr any idea wh sudo was being installed. It does not seem to be used

- uses: actions/checkout@v4
- name: Install dependencies
- name: Install dependencies using apt-get
if: ${{ matrix.os-version == 'debian:bullseye' || matrix.os-version == 'debian:bookworm' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be tempted to just check for debian here to avoid future changes

@toddr toddr merged commit ac957a4 into cpan-authors:main Feb 1, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants