瀏覽代碼

Fix Mac build on actions

Miguel de Icaza 3 年之前
父節點
當前提交
dc592c57d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/swift.yml

+ 1 - 1
.github/workflows/swift.yml

@@ -33,7 +33,7 @@ jobs:
 
     - name: Xcode Mac Build
       #run: swift build -v
-      run: xcodebuild -scheme MacTerminal -workspace SwiftTerm.xcworkspace
+      run: xcodebuild -project  TerminalApp/MacTerminal.xcodeproj -scheme MacTerminal
 
     - name: Xcode iOS Build
       run: xcodebuild -scheme iOSTerminal -workspace SwiftTerm.xcworkspace -destination "platform=iOS Simulator,id=`instruments -s devices | grep iPhone| grep Simulator | sed -e 's/.*\[//' -e 's/\].*//' | head -1`"