Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 24, 2024
1 parent 14f3db6 commit 553c40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
container: dlramr/t8code-ubuntu:t8-dependencies
timeout-minutes: 90
steps:
- name: triggering workflow:
run: echo ${{github.event.workflow_run.name}} && echo ${{github.even.workflow_run.id}}
- name: install sudo
run: apt update && apt install sudo
# On the github Ubuntu 20.04, sudo is not available by default
Expand Down

0 comments on commit 553c40e

Please sign in to comment.