mirror of https://github.com/WerWolv/ImHex.git
git: Update .NET runtime to 8.0.0 and pin it
This commit is contained in:
parent
73454905e8
commit
13b72c8f93
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: ⬇️ Install .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
dotnet-version: '8.0.0'
|
||||
|
||||
- name: 📜 Set version variable
|
||||
run: |
|
||||
|
@ -177,7 +177,7 @@ jobs:
|
|||
- name: ⬇️ Install .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
dotnet-version: '8.0.0'
|
||||
|
||||
- name: 🧰 Checkout glfw
|
||||
if: ${{matrix.custom_glfw}}
|
||||
|
@ -287,7 +287,7 @@ jobs:
|
|||
- name: ⬇️ Install .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
dotnet-version: '8.0.0'
|
||||
|
||||
- name: 🏔️ Set Environment variables
|
||||
run: |
|
||||
|
@ -405,7 +405,7 @@ jobs:
|
|||
- name: ⬇️ Install .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
dotnet-version: '8.0.0'
|
||||
|
||||
- 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: '7.0.x'
|
||||
dotnet-version: '8.0.0'
|
||||
|
||||
- name: 📜 Setup ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2.5
|
||||
|
|
Loading…
Reference in New Issue