File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
java-version : 11
32
32
distribution : " temurin"
33
+ - name : Setup .NET 9.0
34
+ uses : actions/setup-dotnet@v1
35
+ with :
36
+ dotnet-version : 9.0.305
33
37
- name : Setup .NET 7.0
34
38
uses : actions/setup-dotnet@v1
35
39
with :
Original file line number Diff line number Diff line change 40
40
echo running extras
41
41
${{ matrix.env.extras }}
42
42
- name : Cache .tmp, ~/.nuget/packages
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v3
44
44
with :
45
45
path : |
46
46
.tmp
Original file line number Diff line number Diff line change 54
54
echo running extras
55
55
${{ matrix.env.extras }}
56
56
- name : Cache .tmp, ~/.nuget/packages
57
- uses : actions/cache@v2
57
+ uses : actions/cache@v3
58
58
with :
59
59
path : |
60
60
.tmp
Original file line number Diff line number Diff line change 61
61
name : ${{ matrix.env.name }} Build
62
62
runs-on : ${{ matrix.env.os }}
63
63
steps :
64
- - uses : actions/checkout@v2
64
+ - uses : actions/checkout@v3
65
65
with :
66
66
token : ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
67
67
- name : Checkout submodules, configure git
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ jobs:
107
107
uses : actions/setup-dotnet@v1
108
108
with :
109
109
dotnet-version : 7.0.102
110
+ - name : Setup .NET 9.0
111
+ uses : actions/setup-dotnet@v1
112
+ with :
113
+ dotnet-version : 9.0.305
110
114
- name : Build WGPU
111
115
run : ${{ matrix.env.nuke_invoke }} Wgpu
112
116
env :
You can’t perform that action at this time.
0 commit comments