💚 Remove sudo command
Some checks failed
Hermes CI / build (push) Failing after 41s

This commit is contained in:
Victor Bodinaud
2024-01-14 21:14:18 +01:00
parent 59eed697d0
commit ee6ee105c1

View File

@@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Swift
run: |
sudo apt-get update
sudo apt-get install -y clang libicu-dev
apt-get update
apt-get install -y clang libicu-dev
wget https://download.swift.org/swift-5.9.2-release/ubuntu2004/swift-5.9.2-RELEASE/swift-5.9.2-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.9.2-RELEASE-ubuntu20.04.tar.gz
echo "SWIFT_PATH=$(pwd)/swift-5.9.2-RELEASE-ubuntu20.04/usr/bin" >> $GITHUB_ENV