1 parent ab25dae commit bbdf041Copy full SHA for bbdf041
1 file changed
.github/workflows/abicheck_prev_release.yml
@@ -59,7 +59,7 @@ jobs:
59
ls -la $(/bin/pwd)
60
ls -la "${{ github.workspace }}" # ← list root contents
61
ls -la "${{ github.workspace }}/.." # ← see if 'previous' is sibling
62
- pip install -r ../../requirements.txt # runs at workspace root
+ pip install -r ./requirements.txt # runs at workspace root
63
meson setup build --buildtype=debug
64
meson compile -C build
65
0 commit comments