Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 10, 2024
1 parent 416b098 commit 233ff72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
shell: bash
working-directory: ./build
run: |
ls $RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}
tree $RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}
cmake -G Ninja -DCMAKE_BUILD_TYPE:STRING=Release \
-DPython_REQUIRED_VERSION:STRING=${{ steps.setup-python.outputs.python-version }} \
-DPython_ROOT_DIR:PATH=$RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}/ \
Expand Down Expand Up @@ -180,6 +183,7 @@ jobs:
shell: bash
working-directory: ./test/${{ env.EXE_DIR }}
run: |
set -x
./test
if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo apt update
Expand All @@ -193,4 +197,3 @@ jobs:
file test || true
file Python || true
fi
readelf

0 comments on commit 233ff72

Please sign in to comment.