Skip to content

Commit

Permalink
resolve permission problem of /mnt/tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhaofeng committed Oct 12, 2023
1 parent f11a704 commit 4949c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: |
~/go/bin
- run: ./dependency.sh
- run: sudo mkdir /mnt/tmp && chmod 777 /mnt/tmp
- run: sudo mkdir -p /mnt/tmp && sudo chmod 777 /mnt/tmp
- run: ./generate.sh
- run: ./stat.sh
- run: ./guard.sh
Expand Down

0 comments on commit 4949c00

Please sign in to comment.