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 ac904f6 commit d541196Copy full SHA for d541196
.github/workflows/update-data.yml
@@ -13,8 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+ - run: curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash -s -- -y
17
- name: Run data update scripts
18
run: |
19
+ source $HOME/.local/share/swiftly/env.sh
20
python ./tools/update-builds.py
21
python ./tools/update-tag-by-version.py
22
0 commit comments