Skip to content

Commit

Permalink
Get rid of debugging find, in favor of debugging ls.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Nov 24, 2024
1 parent 5b642c3 commit 838599c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
sudo apt-get install --assume-yes --quiet \
--no-install-suggests --no-install-recommends \
perl
echo "Where's Waldo?"
find / -name '*perl*' -print
ls -l /usr/bin/perl
- name: "Checkout"
uses: actions/checkout@v2
Expand Down

0 comments on commit 838599c

Please sign in to comment.