Skip to content

Commit b4f5ffe

Browse files
committed
debugging
1 parent a13548a commit b4f5ffe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/cmake-areg-opt.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ jobs:
4545
- name: Linux - Install multilib
4646
run: sudo apt-get install -y gcc-multilib g++-multilib
4747

48-
- name: Linux - list lib directory
48+
- name: Linux - list /usr directory
49+
shell: bash
50+
run: ls -al /usr
51+
52+
- name: Linux - list /usr/lib directory
4953
shell: bash
5054
run: ls -al /usr/lib/
5155

52-
- name: Linux - list lib/i386-linux-gnu directory
56+
- name: Linux - list usr/i386-linux-gnu directory
5357
shell: bash
54-
run: ls -al /usr/lib/i386-linux-gnu
58+
run: ls -al /usr/i386-linux-gnu
5559

5660
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
5761
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)