File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 14
14
if : ${{ inputs.SHOULD_RUN }}
15
15
steps :
16
16
- uses : actions/checkout@v3
17
- - name : Set default Xamarin SDK versions
18
- run : |
19
- $VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=13.0
20
-
17
+
21
18
- name : Set .netrc
22
19
run : |
23
20
echo $NETRC >> ~/.netrc
@@ -26,15 +23,26 @@ jobs:
26
23
env :
27
24
NETRC : ${{secrets.NETRC}}
28
25
29
- - name : Setup .NET Core SDK 7.0.306
26
+ - name : Setup .NET Core SDK 8.0
30
27
uses : actions/setup-dotnet@v3
31
28
with :
32
- dotnet-version : ' 7.0.306 '
29
+ dotnet-version : ' 8.0 '
33
30
34
31
- name : Install ios workload
35
32
run : |
36
33
dotnet workload install ios android maui maui-ios maui-android
37
34
35
+ - name : Setup Java 17
36
+ uses : actions/setup-java@v3
37
+ with :
38
+ distribution : ' microsoft'
39
+ java-version : ' 17'
40
+
41
+ - name : Xcode Select Version
42
+ uses : mobiledevops/xcode-select-version-action@v1
43
+ with :
44
+ xcode-select-version : 15.1
45
+
38
46
- name : Create MauiProgram.dev.cs
39
47
run : |
40
48
cp src/qs/MapboxMauiQs/MauiProgram.dev.cs.example src/qs/MapboxMauiQs/MauiProgram.dev.cs
You can’t perform that action at this time.
0 commit comments