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 bb637ef commit 3078906Copy full SHA for 3078906
.github/workflows/.workflowTest.yml
@@ -15,14 +15,16 @@ on:
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
18
- # This workflow contains a single job called "build"
19
- build:
+ # This workflow contains a single job called "ICC-Config-debug"
+ # We can add more jobs here for different OS
20
+ ICC-Config-debug:
21
# The type of runner that the job will run on
22
runs-on: ubuntu-latest
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- uses: actions/checkout@v3
- name: 64-bit Linux debug compil
26
+
27
+ - name: 64-bit Linux debug compile
28
run: |
29
cd icc
30
make OPSYS=AMD64_LINUX CONFIG=debug create_all
0 commit comments