Skip to content

Commit 89f50d6

Browse files
authored
Add bash shell to Copy Dlls step in tests workflow
1 parent 1560726 commit 89f50d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: dotnet build
3232

3333
- name: Copy Dlls
34+
shell: bash
3435
run: |
3536
mkdir -p Hexa.NET.Utilities.Tests/bin/Debug/net8.0
3637
cp -r Hexa.NET.Utilities/runtimes Hexa.NET.Utilities.Tests/bin/Debug/net8.0/

0 commit comments

Comments
 (0)