We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75b830 commit 1e46f76Copy full SHA for 1e46f76
.github/workflows/build.yml
@@ -1113,6 +1113,11 @@ jobs:
1113
- name: Checkout code
1114
uses: actions/checkout@v4
1115
1116
+ - name: Setup Xcode
1117
+ uses: maxim-lobanov/setup-xcode@v1
1118
+ with:
1119
+ xcode-version: latest-stable
1120
+
1121
- name: Build
1122
id: cmake_build
1123
run: |
.github/workflows/release.yml
@@ -608,6 +608,11 @@ jobs:
608
with:
609
fetch-depth: 0
610
611
612
613
614
615
616
617
618
0 commit comments