Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
check file from source path
  • Loading branch information
abikouo committed Mar 16, 2023
commit 5d3d0dc080abb340d1c970af156de1293966bf3c
5 changes: 1 addition & 4 deletions .github/actions/build_install_collection/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ runs:
else
echo "file_exists=false" >> $GITHUB_OUTPUT
fi

- name: display if bindep.txt file exists
run: echo '${{ steps.bindep_check.outputs.file_exists }}'
shell: bash
working-directory: ${{ inputs.source_path }}

- name: Install missing system packages using bindep.txt
run: bindep test | tail -n +2 | xargs sudo apt-get -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install -y || exit 0
Expand Down