Skip to content

Commit

Permalink
yawn, I miss the debian package database
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 5, 2024
1 parent 4b557cb commit b6f2062
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
steps:
- name: install dependencies
run: |
dnf update ||:
dnf update -y
dnf repolist
dnf repolist --all
dnf --help
dnf install -y --enablerepo=powertools libtiff-devel libpng-devel giflib-devel freetype-devel libjpeg-devel perl-Test-Pod-Coverage perl-Test-Pod perl-Pod-Parser perl-Pod-Spell aspell perl-Inline-C perl-Parse-RecDescent cpanminus
dnf install -y --enablerepo=powertools libtiff-devel libpng-devel giflib-devel freetype-devel libjpeg-devel perl-Test-Pod-Coverage perl-Test-Pod perl-Pod-Parser perl-Parse-RecDescent cpanminus
# prerequisites for Inline::CPP
dnf install -y --enablerepo=powertools perl-Capture-Tiny perl-Module-Build
cpanm Inline::CPP
cpanm Inline::C Inline::CPP
- name: checkout
uses: actions/checkout@v4
- name: configure
Expand Down

0 comments on commit b6f2062

Please sign in to comment.