Skip to content

Commit abd9ea4

Browse files
committed
update pub.yml
1 parent 36f6a0a commit abd9ea4

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

.github/workflows/pub.yml

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
os: [windows-latest]
10+
os: [windows-2025]
1111

1212
runs-on: ${{ matrix.os }}
1313

@@ -16,39 +16,22 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
path: "SQLitePCL.raw"
19-
- uses: actions/checkout@v2
20-
with:
21-
repository: ericsink/cb
22-
path: "cb"
23-
- name: "Set up Java: 11"
24-
uses: actions/setup-java@v1
25-
with:
26-
java-version: 11
27-
- name: Setup Android SDK 27, 28, 29 and 30
28-
uses: android-actions/setup-android@v3
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v4
2921
with:
30-
cmdline-tools-version: 9123335
31-
- run: sdkmanager tools "platforms;android-27" "platforms;android-28" "platforms;android-29" "platforms;android-30"
32-
- name: Setup .NET 6
33-
uses: actions/setup-dotnet@v1
34-
with:
35-
dotnet-version: 6.0.x
36-
include-prerelease: true
22+
dotnet-version: 9.0.x
3723
- name: Install workload ios
3824
run: dotnet workload install ios
3925
- name: Install workload maccatalyst
4026
run: dotnet workload install maccatalyst
41-
- name: Install workload android
42-
run: dotnet workload install android
4327
- name: Install workload tvos
4428
run: dotnet workload install tvos
45-
- name: Setup .NET 3.1
46-
uses: actions/setup-dotnet@v1
47-
with:
48-
dotnet-version: 3.1.x
4929
- name: Install T4
5030
run: dotnet tool install --global dotnet-t4
5131
- name: Build
32+
env:
33+
SG_NUGET_TOKEN: ${{ secrets.SG_NUGET_TOKEN }}
34+
SEE_ACTIVATION_CODE: ${{ secrets.SEE_ACTIVATION_CODE }}
5235
run: |
5336
cd SQLitePCL.raw/build
5437
dotnet run

0 commit comments

Comments
 (0)