Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Mar 9, 2025
1 parent 37e66c4 commit c8fdd56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_quick_checks_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ jobs:
- run: cargo fmt --all -- --check
- run: rustup component add clippy
- run: pip install yq
- run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev -y
- run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev jq -y
- run: |
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
echo tomlq path: $(which tomlq)
echo jq path: $(which jq)
tomlq --version
jq --version
devtools/ci/ci_main.sh
else
echo "skip job"
Expand Down

0 comments on commit c8fdd56

Please sign in to comment.