Skip to content

Commit fd24612

Browse files
authored
Workflow edits
1 parent 6ef1b0a commit fd24612

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.github/workflows/bindings-regeneration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
java-version: 11
3232
distribution: "temurin"
33+
- name: Setup .NET 9.0
34+
uses: actions/setup-dotnet@v1
35+
with:
36+
dotnet-version: 9.0.305
3337
- name: Setup .NET 7.0
3438
uses: actions/setup-dotnet@v1
3539
with:

.github/workflows/dxvk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo running extras
4141
${{ matrix.env.extras }}
4242
- name: Cache .tmp, ~/.nuget/packages
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: |
4646
.tmp

.github/workflows/swiftshader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo running extras
5555
${{ matrix.env.extras }}
5656
- name: Cache .tmp, ~/.nuget/packages
57-
uses: actions/cache@v2
57+
uses: actions/cache@v3
5858
with:
5959
path: |
6060
.tmp

.github/workflows/vulkan-loader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: ${{ matrix.env.name }} Build
6262
runs-on: ${{ matrix.env.os }}
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v3
6565
with:
6666
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
6767
- name: Checkout submodules, configure git

.github/workflows/wgpu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
uses: actions/setup-dotnet@v1
108108
with:
109109
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
110114
- name: Build WGPU
111115
run: ${{ matrix.env.nuke_invoke }} Wgpu
112116
env:

0 commit comments

Comments
 (0)