Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Dubey <[email protected]>
  • Loading branch information
robindubeyibm committed Dec 22, 2023
1 parent bb637ef commit 3078906
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/.workflowTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# This workflow contains a single job called "ICC-Config-debug"
# We can add more jobs here for different OS
ICC-Config-debug:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
name: 64-bit Linux debug compil

- name: 64-bit Linux debug compile
run: |
cd icc
make OPSYS=AMD64_LINUX CONFIG=debug create_all
Expand Down

0 comments on commit 3078906

Please sign in to comment.