Skip to content

Commit 025df47

Browse files
committed
Fix "cd code-samples/ && make..." on Windows
1 parent 84c6fb3 commit 025df47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ name: Test Code Samples
1010

1111
on: [push, pull_request]
1212

13+
# Necessary to have && working in Windows jobs
14+
defaults:
15+
run:
16+
shell: bash
17+
1318
jobs:
1419
build-using-docker:
1520
name: Test Code Samples with FPC 3.3.1

0 commit comments

Comments
 (0)