git: Fix .NET version not being found

This commit is contained in:
WerWolv
2023-11-16 21:46:38 +01:00
parent 1f7e2f5ed3
commit 164e52207e

View File

@@ -63,7 +63,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.100'
- name: 📜 Set version variable
run: |
@@ -177,7 +177,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.100'
- name: 🧰 Checkout glfw
if: ${{matrix.custom_glfw}}
@@ -287,7 +287,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.100'
- name: 🏔️ Set Environment variables
run: |
@@ -405,7 +405,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.100'
- name: 📜 Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
@@ -536,7 +536,7 @@ jobs:
- name: ⬇️ Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.100'
- name: 📜 Setup ccache
uses: hendrikmuhs/ccache-action@v1.2.5