Skip to content

Commit 713222d

Browse files
committed
Also update setup-build location
1 parent 96cfd7d commit 713222d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
path: 'smithy-kotlin'
3636
- name: Setup build
37-
uses: ./.github/actions/setup-build
37+
uses: ./smithy-kotlin/.github/actions/setup-build
3838
- name: Test
3939
shell: bash
4040
run: |
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
path: 'smithy-kotlin'
5454
- name: Setup build
55-
uses: ./.github/actions/setup-build
55+
uses: ./smithy-kotlin/.github/actions/setup-build
5656
- name: Test
5757
shell: bash
5858
run: |
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
path: 'smithy-kotlin'
7777
- name: Setup build
78-
uses: ./.github/actions/setup-build
78+
uses: ./smithy-kotlin/.github/actions/setup-build
7979
- name: Test
8080
shell: bash
8181
run: |

0 commit comments

Comments
 (0)