Skip to content

Commit f1ab9f5

Browse files
committed
fix ci
1 parent 6439cc6 commit f1ab9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
name: "Integration tests"
3434
examples_enabled: true
35-
matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=../.. swift build"
35+
matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=.. swift build"
3636
# We pass the list of examples targets here, but we can't pass an array as argument
3737
# Instead, we pass a String with a valid JSON array.
3838
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692

0 commit comments

Comments
 (0)