Skip to content

Commit d541196

Browse files
Install swiftly
1 parent ac904f6 commit d541196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-data.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- run: curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash -s -- -y
1617
- name: Run data update scripts
1718
run: |
19+
source $HOME/.local/share/swiftly/env.sh
1820
python ./tools/update-builds.py
1921
python ./tools/update-tag-by-version.py
2022

0 commit comments

Comments
 (0)