Skip to content

Commit f5b4c19

Browse files
committed
[debug] Print the runner??
1 parent d79029b commit f5b4c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
if: runner.os == 'Linux'
3939
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
4040

41+
- name: Print runner
42+
run: echo ${{ runner.os }}
43+
4144
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
4245
# See <https://github.com/actions/cache/issues/403>.
4346
- name: Install GNU tar

0 commit comments

Comments
 (0)