Skip to content

Commit

Permalink
Force Composer to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Feb 17, 2025
1 parent 6ba0b73 commit 2ca8746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
key: test-dependencies-${{ github.run_id }}
restore-keys: test-dependencies-

- name: Force Composer to Use HTTPS
run: composer config --global github-protocols https

- name: Install Build Dependencies
run: |
$HOME/tooling/build-tools/build_tools.sh npm -o install
Expand Down

0 comments on commit 2ca8746

Please sign in to comment.