Skip to content

Commit

Permalink
other tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonkarlitskaya committed Dec 4, 2024
1 parent fa41953 commit c47bd23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
fail-fast: false

steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Install dependencies
run: sudo apt-get install -y meson
run: sudo apt-get install -y meson tmate

- name: Get a newer podman for heredoc support (from plucky)
run: |
Expand All @@ -49,4 +46,5 @@ jobs:
- run: podman --version
- run: buildah --version
- run: skopeo --version
- run: tmate -F
- run: examples/${{ matrix.example }}/build

0 comments on commit c47bd23

Please sign in to comment.