Skip to content

Commit 3078906

Browse files
committed
error fix
Signed-off-by: Robin Dubey <[email protected]>
1 parent bb637ef commit 3078906

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/.workflowTest.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ on:
1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:
18-
# This workflow contains a single job called "build"
19-
build:
18+
# This workflow contains a single job called "ICC-Config-debug"
19+
# We can add more jobs here for different OS
20+
ICC-Config-debug:
2021
# The type of runner that the job will run on
2122
runs-on: ubuntu-latest
2223
steps:
2324
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2425
- uses: actions/checkout@v3
25-
name: 64-bit Linux debug compil
26+
27+
- name: 64-bit Linux debug compile
2628
run: |
2729
cd icc
2830
make OPSYS=AMD64_LINUX CONFIG=debug create_all

0 commit comments

Comments
 (0)