Skip to content

Commit 263cf10

Browse files
committed
add apt-get update before install swift
1 parent f2e6387 commit 263cf10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Scripts/install-swift.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fi
2424

2525
if [[ $OS != "macos" ]];
2626
then
27+
sudo apt-get update
2728
sudo apt-get install -y clang libicu-dev uuid-dev
2829

2930
if [[ $OS == "ubuntu1510" ]];

0 commit comments

Comments
 (0)