Skip to content

Commit

Permalink
Workaround for actions/checkout#211
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Jun 16, 2023
1 parent 9e91754 commit bced79a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -58,6 +58,9 @@ jobs:
#php: ['7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php }} tests
steps:
- name: Workaround to prevent checkout failure
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/stomp-php

- name: Checkout
uses: actions/checkout@v3

0 comments on commit bced79a

Please sign in to comment.