mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
Add sudo to xcode command
This commit is contained in:
4
.github/workflows/lume.yml
vendored
4
.github/workflows/lume.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: uname -a
|
||||
- run: xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: swift test
|
||||
build:
|
||||
name: Release build
|
||||
@@ -26,5 +26,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: uname -a
|
||||
- run: xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: swift build --configuration release
|
||||
|
||||
Reference in New Issue
Block a user