Skip to content

Commit 0592102

Browse files
committed
Update ci.yml
1 parent 6daae72 commit 0592102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sudo CFLAGS="-m32" LDFLAGS="-m32" ./configure --prefix=$HOME/build --enable-optimizations
6060
sudo make -j$(nproc)
6161
62-
ls -R $HOME
62+
ls -R $HOME/build
6363
6464
- name: Verify Python Installation
6565
run: |

0 commit comments

Comments
 (0)