Skip to content

Commit e5b0de7

Browse files
authored
main.yml - add /swift-openapi-runtime as safe directory (#153)
Add /swift-openapi-runtime as safe directory. This is already set in the pull request yaml but is missing here
1 parent cd3d9dc commit e5b0de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- id: generate-matrix
4040
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
4141
env:
42-
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq
42+
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-runtime
4343
MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh
4444
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
4545

0 commit comments

Comments
 (0)