Skip to content

Commit

Permalink
ci: force root
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 20, 2023
1 parent 0706a16 commit 5edf222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
PROJECT_PATH: ./scratch-blocks
container:
image: python:2.7.18-buster
options: --user 1001
options: --user root
steps:
- uses: actions/checkout@v3
- name: Install Chrome Dependencies
Expand Down

0 comments on commit 5edf222

Please sign in to comment.