Skip to content

Commit

Permalink
Tests GitHub action wget
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Dec 18, 2023
1 parent 3acf17e commit a908609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Test wget
run: |
wget https://github.com/Setasign/FPDI/archive/refs/tags/v2.6.0.zip -O Resources/Private/PHP/fpdi.zip
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit a908609

Please sign in to comment.