Skip to content

Commit a217477

Browse files
committed
ci: restore shell: bash for cross-platform line continuation
1 parent 48223a6 commit a217477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
# - OpenBugs: excluded via --treenode-filter (known-failing bug reproductions)
4949
# - WindowsOnly: auto-skipped at runtime via [SkipOnNonWindows] attribute
5050
- name: Test (net10.0)
51+
shell: bash
5152
run: |
5253
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
5354
--configuration Release --no-build --framework net10.0 \

0 commit comments

Comments
 (0)