Skip to content

Commit

Permalink
qkdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent b2cefb0 commit cb6dbf4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
steps:
- uses: actions/checkout@v4

# - uses: shogo82148/actions-setup-perl@v1
# with:
# perl-version: ${{ matrix.perl }}
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}

- name: perl version
run: perl -v

- name: ls
run: ls -alh

- name: apt
run: sudo apt install -y libidn2-dev cpanminus
run: sudo apt install -y libidn2-dev

- name: cpan
run: sudo cpanm install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal inc::Module::Install MIME::Base32 Test::Differences

- name: perl version
run: perl -v

- name: install
run: cpanm --verbose --notest --configure-args="--no-ed25519" .

Expand Down

0 comments on commit cb6dbf4

Please sign in to comment.