Skip to content

Commit 717f726

Browse files
committed
Add back checkout Compute step
1 parent 9787c3a commit 717f726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
ln -s ../Ninja-RelWithDebInfoAssert/swift-macosx-arm64 build/Default/swift
4040
ln -s ../Ninja-RelWithDebInfoAssert/llvm-macosx-arm64 build/Default/llvm
4141
working-directory: ./swift-project
42+
- uses: actions/checkout@v4
43+
with:
44+
path: Compute

0 commit comments

Comments
 (0)