Skip to content

Commit

Permalink
fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Aug 9, 2024
1 parent 961d6ae commit d339b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
- shared:/shared
steps:
- name: chown
run: sudo chown -R builder:builder .
run: sudo chown -R builder:builder $GITHUB_WORKSPACE
- name: shared
run: sudo mkdir -p /shared/sstate && sudo chown builder:builder /shared/sstate && sudo mkdir -p /shared/dldir && sudo chown builder:builder /shared/dldir
- name: Build Kas
run: git fetch origin $GITHUB_SHA && rm -rf build/ && git reset --hard $GITHUB_SHA && git clean -f -d && env && kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml:.github/configs/shared-vols.yaml
- name: chown
run: sudo chown -R builder:builder $RUNNER_TEMP
run: sudo chown -R builder:builder $GITHUB_WORKSPACE
- name: chmod
run: sudo chmod -R 777 $RUNNER_TEMP
run: sudo chmod -R 777 $GITHUB_WORKSPACE
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d339b14

Please sign in to comment.