Skip to content

Commit

Permalink
Add step to update-ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 2, 2023
1 parent d084f2c commit 99da171
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
with:
update: 'true'
- name: "Update CA certificates"
shell: wsl-bash {0}
run: |
apt-get update && apt-get install -y ca-certificates
update-ca-certificates
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 99da171

Please sign in to comment.