Update rts-build-selfhost.yml (#29124)

This commit is contained in:
Goutham Pratapa 2023-11-27 12:08:33 +05:30 committed by GitHub
parent d1bd880261
commit 8c6a781f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install necessary packages
run: |
sudo apt-get update
sudo apt-get install -y gawk
- name: Figure out the PR number
run: echo ${{ inputs.pr }}
@ -127,13 +132,6 @@ 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 -y tmux
- name: Setup upterm session
uses: lhotari/action-upterm@v1
# Install all the dependencies
- name: Install dependencies