Skip to content

Commit

Permalink
ci: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Oct 14, 2024
1 parent ca8a8da commit 8617c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- ./scripts/mariadb:/docker-entrypoint-initdb.d
steps:
- name: Set permissions
run: sudo chmod -R 777 ./scripts/mariadb
run: sudo chown -R $USERNAME ./scripts/mariadb
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 8617c57

Please sign in to comment.