Skip to content

Commit 7755e10

Browse files
Update github-actions-ci.yaml
1 parent 572decc commit 7755e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Prepare SQL custom dir
2929
run: |
30-
docker exec $(docker ps -qf "ancestor=mcr.microsoft.com/mssql/server:2022-latest") chown -R mssql:mssql /var/opt/mssql/customdbs
30+
docker exec --user root $(docker ps -qf "ancestor=mcr.microsoft.com/mssql/server:2022-latest") chown -R mssql:mssql /var/opt/mssql/customdbs
3131
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)