Skip to content

Commit

Permalink
fixup! chore: migrate php-cas to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
prigaux committed Jan 10, 2025
1 parent 5996ba0 commit 42499b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: sudo apt install php-net-ldap2
- run: sudo apt install php-net-ldap2 composer
- run: composer install
- run: touch config/config-auth.inc.php
- run: php test/run.php

0 comments on commit 42499b8

Please sign in to comment.