File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : build
2
-
3
2
on :
4
3
push :
5
4
branches :
6
5
- main
7
6
pull_request :
8
-
9
7
jobs :
10
8
build :
11
9
runs-on : macos-latest
12
10
steps :
13
- - name : Checkout code
14
- uses : actions/checkout@v4
15
-
16
- - name : Set up Xcode
17
- run : sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
18
-
19
- - name : Install dependencies
20
- run : ./setup.sh
21
-
22
- - name : Build
23
- run : xcodebuild -workspace Pyto.xcworkspace -scheme Pyto -configuration Release
11
+ - uses : actions/checkout@v4
12
+ - uses : actions/setup-python@v5
13
+ with :
14
+ python-version : 3.x
15
+ - run : sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
16
+ - run : ./setup.sh
17
+ - run : xcodebuild -workspace Pyto.xcworkspace -scheme Pyto -configuration Release
You can’t perform that action at this time.
0 commit comments