Skip to content

Commit f0cd29e

Browse files
committed
ci: repair self-hosted workspace before checkout
1 parent a60d740 commit f0cd29e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/BPI-R4-Minimal-MTK-Bootloader-Test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
env:
2424
seed: BPI-R4-MINIMAL
2525
steps:
26+
- name: Repair workspace permissions
27+
run: |
28+
sudo mkdir -p "$GITHUB_WORKSPACE"
29+
sudo chown -R "$(id -u):$(id -g)" "$GITHUB_WORKSPACE"
30+
2631
- name: Checkout
2732
uses: actions/checkout@v4
2833
with:

0 commit comments

Comments
 (0)