mirror of
https://github.com/trycua/computer.git
synced 2026-01-07 05:50:13 -06:00
Update to use swift 6
This commit is contained in:
5
.github/workflows/publish-lume.yml
vendored
5
.github/workflows/publish-lume.yml
vendored
@@ -104,11 +104,14 @@ jobs:
|
||||
echo "Swift version:"
|
||||
swift --version
|
||||
|
||||
# Select Xcode 16 for Swift 6.0
|
||||
sudo xcode-select -s /Applications/Xcode_16.app
|
||||
|
||||
# Ensure .release directory exists
|
||||
mkdir -p .release
|
||||
|
||||
# Build the project first
|
||||
swift build -c release --product lume
|
||||
swift build --configuration release
|
||||
|
||||
# Debug build output
|
||||
ls -la .build/release/
|
||||
|
||||
Reference in New Issue
Block a user