Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akac97 authored Jan 9, 2024
1 parent f1c984c commit 96a1608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: install deps
run: sudo pacman -S git git-lfs --noconfirm
- name: mkdir chown
run: sudo mkdir /github/home/.cache
run: |
sudo mkdir -p /github/home/.cache
sudo chown -R builder /github/home/.cache
- name: build
run: |
Expand Down

0 comments on commit 96a1608

Please sign in to comment.