update
This commit is contained in:
parent
4ac226192a
commit
07dc310941
4
.github/workflows/setup_docker.yml
vendored
4
.github/workflows/setup_docker.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
|||||||
python:
|
python:
|
||||||
- 3.12.7
|
- 3.12.7
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fix Permission
|
||||||
|
run: |
|
||||||
|
sudo chown -R $(whoami):$(whoami) /home/$(whoami)/actions-runner && \
|
||||||
|
sudo chmod -R 755 /home/$(whoami)/actions-runner
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user