We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daae72 commit 0592102Copy full SHA for 0592102
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
sudo CFLAGS="-m32" LDFLAGS="-m32" ./configure --prefix=$HOME/build --enable-optimizations
60
sudo make -j$(nproc)
61
62
- ls -R $HOME
+ ls -R $HOME/build
63
64
- name: Verify Python Installation
65
run: |
0 commit comments