@@ -34,13 +34,13 @@ jobs:
3434 # Update compilers, set C/C++ compilers
3535 run : sudo apt-get update
3636
37- - name : Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38- working-directory : ${{github.workspace}}
39- run : cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40-
41- - name : Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42- working-directory : ${{github.workspace}}
43- run : cmake --build ./product/cache/gnu-x64-so -j20
37+ # - name: Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38+ # working-directory: ${{github.workspace}}
39+ # run: cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40+ #
41+ # - name: Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42+ # working-directory: ${{github.workspace}}
43+ # run: cmake --build ./product/cache/gnu-x64-so -j20
4444
4545 - name : Linux - Install multilib
4646 run : sudo apt-get install -y gcc-multilib g++-multilib
5353 shell : bash
5454 run : ls -al /usr/lib/
5555
56- - name : Linux - list usr/i386-linux-gnu directory
56+ - name : Linux - list usr/lib32 directory
5757 shell : bash
58- run : ls -al /usr/i386-linux-gnu
58+ run : ls -al /usr/lib32
5959
6060 - name : Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
6161 working-directory : ${{github.workspace}}
0 commit comments