Skip to content

Commit 3740ff9

Browse files
committed
Experiment 5
1 parent 604c8e6 commit 3740ff9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)