Skip to content

Commit f4de5a8

Browse files
committed
iterate on workflow syntax
1 parent 61df96e commit f4de5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
test_bindings_with_sanitizer:
125125
runs-on: ubuntu-20.04
126126
steps:
127-
- uses: ./.github/workflows/swift-prep
127+
- uses: ./.github/workflows/swift-prep.yml
128128
- name: Test Swift bindings package without address sanitizer
129129
run: |
130130
python ci/toggle_address_sanitation_library.py off

0 commit comments

Comments
 (0)