Skip to content

Commit

Permalink
Update compiler version.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Aug 29, 2023
1 parent 22d51c4 commit ffb7eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install Swift dependencies
run: |
sudo apt-get install clang libicu-dev
wget https://download.swift.org/swift-5.6.1-release/ubuntu2004/swift-5.6.1-RELEASE/swift-5.6.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.6.1-RELEASE-ubuntu20.04.tar.gz
echo "$(pwd)/swift-5.6.1-RELEASE-ubuntu20.04/usr/bin" >> $GITHUB_PATH
wget https://download.swift.org/swift-5.8.1-release/ubuntu2004/swift-5.8.1-RELEASE/swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
echo "$(pwd)/swift-5.8.1-RELEASE-ubuntu20.04/usr/bin" >> $GITHUB_PATH
- name: Setup clang
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install Swift dependencies
run: |
sudo apt-get install clang libicu-dev
wget https://download.swift.org/swift-5.6.1-release/ubuntu2004/swift-5.6.1-RELEASE/swift-5.6.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.6.1-RELEASE-ubuntu20.04.tar.gz
echo "$(pwd)/swift-5.6.1-RELEASE-ubuntu20.04/usr/bin" >> $GITHUB_PATH
wget https://download.swift.org/swift-5.8.1-release/ubuntu2004/swift-5.8.1-RELEASE/swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
echo "$(pwd)/swift-5.8.1-RELEASE-ubuntu20.04/usr/bin" >> $GITHUB_PATH
- name: Setup clang
run: |
Expand Down

0 comments on commit ffb7eaa

Please sign in to comment.