File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,13 @@ jobs:
4343 - name : Linux - Install GNU 64-bit AARCH64 compilers
4444 run : sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
4545
46- - name : chek 'asm-generic'
47- run : echo "${{hashFiles('/usr/include/asm-generic/*.h')}}"
48-
4946 - name : list /usr/include/asm-generic
5047 run : ls -al /usr/include/asm-generic
5148
52- - name : check 'asm' hash
53- run : echo "${{hashFiles('/usr/include/asm/*.h')}}"
54-
5549 - name : Linux - Fix 'asm' directory issue.
56- if : ${{ hashFiles('/usr/include/asm/*.h') == '' && hashFiles('/usr/include/asm-generic/*.h') != ''}}
50+ run : sudo ln -s /usr/include/asm-generic/ /usr/include/asm
51+
52+ - name : Linux - Fix 'asm' second time.
5753 run : sudo ln -s /usr/include/asm-generic/ /usr/include/asm
5854
5955 - name : list /usr/include
You can’t perform that action at this time.
0 commit comments