Skip to content

Commit 16fdfd4

Browse files
Test: Repo Template Update
1 parent dd1e331 commit 16fdfd4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,5 @@ runs:
66
steps:
77
- name: Install dependencies and execute make config
88
shell: bash
9-
run: |-
10-
echo -n "
11-
====================================================================\n
12-
==== Starting setup for ${{ github.job }} ==== @ $(date) \n
13-
====================================================================\n
14-
"
15-
9+
run: |
1610
scripts/setup/setup.sh
17-
18-
echo -n "
19-
====================================================================\n
20-
==== Setup done ${{ github.job }} ==== @ $(date) \n
21-
====================================================================\n
22-
"

0 commit comments

Comments
 (0)