You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +23,8 @@ Or use the latest development snapshots by enabling the `development` flag:
23
23
24
24
```yml
25
25
- uses: SwiftyLab/setup-swift@latest
26
-
development: true
26
+
with:
27
+
development: true
27
28
```
28
29
29
30
After the environment is configured you can run swift and xcode commands using the standard [`run`](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepsrun) step:
0 commit comments