Update rts-build-selfhost.yml
This commit is contained in:
parent
b0b8ef4667
commit
9d5f393ea5
5
.github/workflows/rts-build-selfhost.yml
vendored
5
.github/workflows/rts-build-selfhost.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user