Skip to content

Commit bc2d918

Browse files
committed
windows sucks part 3 of many
1 parent 060b2fb commit bc2d918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281

282282
- name: Debug keys
283283
run: ls -laR ./Intersect.Network/bin/Release/keys
284+
shell: bash
284285

285286
- name: Build solution
286287
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
@@ -293,6 +294,7 @@ jobs:
293294
- name: Debug files on disk
294295
if: inputs.workflowDebug == true
295296
run: ls -laR .
297+
shell: bash
296298

297299
- name: Upload artifacts
298300
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)