Update for the github workflows.

This commit is contained in:
Benjamin
2026-04-07 16:51:48 -04:00
parent 929761ed2d
commit a45fb5c4b8

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Perl and dependencies
run: |
sudo apt-get update
sudo apt-get install -y perl libcgi-pm-perl libdigest-md5-perl apache2 libapache2-mod-cgid
sudo apt-get install -y perl libcgi-pm-perl libdigest-md5-perl apache2
- name: Enable CGI module in Apache
run: |