Skip to content

Commit

Permalink
Experiment 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Dec 3, 2024
1 parent 604c8e6 commit 3740ff9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,13 @@ jobs:
- name: Linux - Install GNU 64-bit AARCH64 compilers
run: sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu

- name: chek 'asm-generic'
run: echo "${{hashFiles('/usr/include/asm-generic/*.h')}}"

- name: list /usr/include/asm-generic
run: ls -al /usr/include/asm-generic

- name: check 'asm' hash
run: echo "${{hashFiles('/usr/include/asm/*.h')}}"

- name: Linux - Fix 'asm' directory issue.
if: ${{ hashFiles('/usr/include/asm/*.h') == '' && hashFiles('/usr/include/asm-generic/*.h') != ''}}
run: sudo ln -s /usr/include/asm-generic/ /usr/include/asm

- name: Linux - Fix 'asm' second time.
run: sudo ln -s /usr/include/asm-generic/ /usr/include/asm

- name: list /usr/include
Expand Down

0 comments on commit 3740ff9

Please sign in to comment.