Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Set user=root
Browse files Browse the repository at this point in the history
  • Loading branch information
hegza committed Mar 18, 2024
1 parent 28bd116 commit be90260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Expand Up @@ -39,7 +39,9 @@ jobs:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
options: |
--cpus 1
--user root
steps:
- uses: actions/checkout@v3.0.2
- name: Download artifact
Expand Down

0 comments on commit be90260

Please sign in to comment.