Skip to content

Commit

Permalink
Try to find out where the hell Perl is installed.
Browse files Browse the repository at this point in the history
While we're at it, et rid of the attempt to install Perl from the
CircleCI configure file, as that doesn't seem to happen.
  • Loading branch information
guyharris committed Nov 24, 2024
1 parent 99a3625 commit cff0590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ 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
- run:
name: "Print Configuration"
command: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
sudo apt-get install --assume-yes --quiet \
--no-install-suggests --no-install-recommends \
perl
echo "Where's Waldo?"
find / -name '*perl*' -print
- name: "Checkout"
uses: actions/checkout@v2
Expand Down

0 comments on commit cff0590

Please sign in to comment.