Skip to content

Commit

Permalink
I really miss it
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 5, 2024
1 parent b6f2062 commit 28a60f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
dnf update -y
dnf repolist
dnf repolist --all
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
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 cpanminus
# prerequisites for Inline::CPP
dnf install -y --enablerepo=powertools perl-Capture-Tiny perl-Module-Build
cpanm Inline::C Inline::CPP
cpanm Inline::C Inline::CPP Parse::RecDescent
- name: checkout
uses: actions/checkout@v4
- name: configure
Expand Down

0 comments on commit 28a60f9

Please sign in to comment.