mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 12:30:08 -06:00
Fix lume action working directory
This commit is contained in:
2
.github/workflows/lume.yml
vendored
2
.github/workflows/lume.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
- run: uname -a
|
||||
- run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: swift test
|
||||
working-directory: ./libs/lume
|
||||
build:
|
||||
name: Release build
|
||||
runs-on: macos-15
|
||||
@@ -28,3 +29,4 @@ jobs:
|
||||
- run: uname -a
|
||||
- run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0
|
||||
- run: swift build --configuration release
|
||||
working-directory: ./libs/lume
|
||||
|
||||
Reference in New Issue
Block a user