Skip to content

Commit

Permalink
Missing the id
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 10, 2024
1 parent df09d52 commit 416b098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ env.Python_REQUIRED_VERSION }}
architecture: ${{ matrix.python-arch }}
Expand Down Expand Up @@ -180,7 +181,7 @@ jobs:
working-directory: ./test/${{ env.EXE_DIR }}
run: |
./test
if [[ "$RUNNER_OS" == "Linux"]]; then
if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo apt update
sudo apt -y -qq install binutils
ldd test || true
Expand Down

0 comments on commit 416b098

Please sign in to comment.