ソースを参照

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`"