Skip to content

Commit dc75869

Browse files
committed
Fixup
1 parent 2b48b41 commit dc75869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/jobs/baseinstall.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
. .github/jobs/ci_settings.sh
4+
35
# Functions to annotate the Github actions logs
46
alias trace_on='set -x'
57
alias trace_off='{ set +x; } 2>/dev/null'

0 commit comments

Comments
 (0)