mirror of https://github.com/citusdata/citus.git
Set user to root for sql snapshots
parent
6127fe3556
commit
0ba0c685b3
|
@ -34,6 +34,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: citus/extbuilder:latest
|
||||
options: --user root
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- name: Check Snapshots
|
||||
|
|
Loading…
Reference in New Issue