Skip to content

Commit 7f5f9ee

Browse files
authored
Ensure dnx run succeeds even on Windows
For some reason, default bash doesn't pick up the new dnx tool on .NET 10 under Windows.
1 parent e11b002 commit 7f5f9ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: dotnet build -m:1 -bl:build.binlog
7373

7474
- name: 🧪 test
75+
shell: pwsh
7576
run: dnx --yes retest -- --no-build
7677

7778
- name: 🐛 logs

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: dotnet build -m:1 -bl:build.binlog
3535

3636
- name: 🧪 test
37+
shell: pwsh
3738
run: dnx --yes retest -- --no-build
3839

3940
- name: 🐛 logs

0 commit comments

Comments
 (0)