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 967eef7Copy full SHA for 967eef7
.github/workflows/update-data.yml
@@ -10,11 +10,13 @@ permissions:
10
11
jobs:
12
update-data:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
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