Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 027c910

Browse files
committed
fix dotnet version
1 parent 23ea17e commit 027c910

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ps5-nor-modifier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Install .NET Core
1919
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: 6.x.x
2022

2123
- name: Execute unit tests
2224
working-directory: "PS5 NOR Modifier"

.github/workflows/uart-cl-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Install .NET Core
1919
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: 6.x.x
2022

2123
- name: Execute unit tests
2224
working-directory: "UART-CL By TheCod3r"

.github/workflows/uart-cl-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Install .NET Core
1919
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: 6.x.x
2022

2123
- name: Execute unit tests
2224
working-directory: "UART-CL By TheCod3r"

0 commit comments

Comments
 (0)