We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1e331 commit 16fdfd4Copy full SHA for 16fdfd4
.github/actions/setup/action.yaml
@@ -6,17 +6,5 @@ runs:
6
steps:
7
- name: Install dependencies and execute make config
8
shell: bash
9
- run: |-
10
- echo -n "
11
- ====================================================================\n
12
- ==== Starting setup for ${{ github.job }} ==== @ $(date) \n
13
14
- "
15
-
+ run: |
16
scripts/setup/setup.sh
17
18
19
20
- ==== Setup done ${{ github.job }} ==== @ $(date) \n
21
22
0 commit comments