Skip to content

Commit 1199d13

Browse files
authored
Update main.yml
1 parent f930783 commit 1199d13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ jobs:
88
name: MacOS ARM Build
99
runs-on: macos-latest
1010
steps:
11+
- name: Check out repository code
12+
uses: actions/checkout@v4
1113
- name: Run Build
1214
run: bash build.mac.sh
1315
mac_x64:
1416
name: MacOS Intel Build
1517
runs-on: macos-latest
1618
steps:
19+
- name: Check out repository code
20+
uses: actions/checkout@v4
1721
- name: Run Build
1822
run: arch -x86_64 bash build.mac.sh

0 commit comments

Comments
 (0)