Skip to content

Commit

Permalink
POSIX-compliant github-actions-display-per-line-timing.sh (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 10, 2023
1 parent ebace1b commit 2beaa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ci/github-actions-display-per-line-timing.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#!/bin/sh

for i in $(find -name "*.v.timing" | sort); do
for i in $(find . -name "*.v.timing" | sort); do
echo "::group::$i"
cat "$i"
echo "::endgroup::"
Expand Down

0 comments on commit 2beaa25

Please sign in to comment.