Browse Source

format

master
wenmeng.zwm 3 years ago
parent
commit
705040c04a
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .github/workflows/citest.yaml

+ 4
- 3
.github/workflows/citest.yaml View File

@@ -44,10 +44,11 @@ jobs:
- name: ResetFileMode
shell: bash
run: |
# reset filemode to allow action runner to delete files
# generated by root in docker
# reset filemode to allow action runner to delete files
# generated by root in docker
set -e
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
echo "ACTION_RUNNER_DIR: $ACTION_RUNNER_DIR"
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR

- name: Checkout
uses: actions/checkout@v2


Loading…
Cancel
Save