File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1616# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717jobs :
1818 # This workflow contains a single job called "build"
19- build :
19+ build_aarch64 :
2020 # The type of runner that the job will run on
2121 runs-on : ubuntu-latest
2222
3737 with :
3838 name : build-axcl-3.6.2-axcl-context-aarch64
3939 path : build_aarch64/install/
40-
40+
41+ # This workflow contains a single job called "build"
42+ build_x86 :
43+ # The type of runner that the job will run on
44+ runs-on : ubuntu-latest
45+
46+ # Steps represent a sequence of tasks that will be executed as part of the job
47+ steps :
48+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
49+ - uses : actions/checkout@v3
50+ with :
51+ submodules : true
52+
4153 - name : build x86
4254 run : |
4355 sh ./build_x86.sh
You can’t perform that action at this time.
0 commit comments