We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea9caa commit 36aa61dCopy full SHA for 36aa61d
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
steps:
44
- name: Checkout
45
uses: actions/checkout@v4
46
+ with:
47
+ submodules: recursive
48
- name: Install swiftly
49
run: curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash -s -- -y
50
- name: Install the latest Swift toolchain
0 commit comments