Skip to content

Commit

Permalink
github worfklows: WIP4
Browse files Browse the repository at this point in the history
  • Loading branch information
bblessmann committed Apr 24, 2024
1 parent 29573a1 commit 6f63ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v4
- name: Installiere Perl Module und Postgresql
run: |
cat /etc/apt/sources.list
ls -lR /etc/apt/
cat /etc/apt/apt-mirrors.txt
rm /etc/apt/sources.list.d/microsoft-prod.list
apt update
sudo add-apt-repository universe
apt update
- name: install cpan modules that don't have deb packages
run: |
cpanm -L ${{ runner.temp }}/cpan HTML::Query
Expand Down

0 comments on commit 6f63ebb

Please sign in to comment.