Skip to content

Commit

Permalink
ci: Temporarily run list-make-prerequisites in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 6, 2024
1 parent aae1a89 commit c6ef368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
run: |
wget https://raw.githubusercontent.com/colluca/list-make-prerequisites/main/list-make-prerequisites.py
chmod +x list-make-prerequisites.py
./list-make-prerequisites.py bin/snitch_cluster.vlt --recursive --hash --debug
VLT_HASH=$(./list-make-prerequisites.py bin/snitch_cluster.vlt --recursive --hash 2>/dev/null)
echo "VLT_HASH=$VLT_HASH" >> $GITHUB_ENV
# yamllint enable rule:line-length
Expand Down

0 comments on commit c6ef368

Please sign in to comment.