mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
Updated to Swift 5.8
This commit is contained in:
parent
86d897d580
commit
18c710479b
5 changed files with 20 additions and 0 deletions
6
packages/swift/5.8/build.sh
vendored
Normal file
6
packages/swift/5.8/build.sh
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Binary install
|
||||
curl -L "https://swift.org/builds/swift-5.8-release/ubuntu2204/swift-5.8-RELEASE/swift-5.8-RELEASE-ubuntu22.04.tar.gz" -o swift.tar.gz
|
||||
tar xzf swift.tar.gz --strip-components=2
|
||||
rm swift.tar.gz
|
Loading…
Add table
Add a link
Reference in a new issue