Skip to content

Commit e271490

Browse files
committed
ci: wasm build needs to clone the code before it can build.
1 parent 4ac2494 commit e271490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
container:
2727
image: "swift:6.0-noble"
2828
steps:
29+
- name: Checkout repository
30+
uses: actions/checkout@v4
31+
- name: Swift version
32+
run: swift --version
2933
- name: WasmBuild
3034
# TODO: Update this to use swift-nio once https://github.com/apple/swift-nio/pull/3159/ is merged
3135
run: |

0 commit comments

Comments
 (0)