Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 10, 2024
1 parent c9feeb5 commit defb3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v4

- name: "Fetch cacert.pem from curl.haxx.se"
run: curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
run: curl -o ./tests/cacert.pem https://curl.haxx.se/ca/cacert.pem

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit defb3fb

Please sign in to comment.