Skip to content

Commit 967eef7

Browse files
Install swiftly
1 parent ac904f6 commit 967eef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ permissions:
1010

1111
jobs:
1212
update-data:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
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)