Skip to content

Commit

Permalink
Revert requiring CA updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 2, 2023
1 parent 99da171 commit 16d2656
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ jobs:
- uses: actions/checkout@v3
- uses: Vampire/setup-wsl@v2
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 16d2656

Please sign in to comment.