Skip to content

Commit

Permalink
OK, try installing Perl here.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Nov 24, 2024
1 parent 81dfe40 commit 5b642c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ jobs:
working_directory: ~/draft

steps:
-run
name: "Install Perl"
command: |
sudo apt-get update && \
sudo apt-get install --assume-yes --quiet \
--no-install-suggests --no-install-recommends \
perl
ls -l /usr/bin/perl
- run:
name: "Print Configuration"
command: |
Expand Down

0 comments on commit 5b642c3

Please sign in to comment.