Skip to content

Commit

Permalink
install tmate with dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Feb 7, 2025
1 parent fa432d5 commit 5f10ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Dependencies
run: |
yum update -y
yum install -y git gcc gcc-c++ make cmake tmate
yum install -y git gcc gcc-c++ make cmake
dnf -y install tmate
- name: Enable debug logging
if: ${{ inputs.debug_enabled == true }}
Expand Down

0 comments on commit 5f10ce6

Please sign in to comment.