Update rts-build-selfhost.yml

This commit is contained in:
Goutham Pratapa 2023-11-27 11:52:41 +05:30 committed by GitHub
parent b0b8ef4667
commit 9d5f393ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,11 @@ jobs:
echo version=$next_version-SNAPSHOT >> $GITHUB_OUTPUT
echo tag=$(echo ${GITHUB_REF:11}) >> $GITHUB_OUTPUT
- name: Install tmux
run: |
sudo apt-get update
sudo apt-get install tmux
- name: Setup upterm session
uses: lhotari/action-upterm@v1