get nodejs and patch
Some checks failed
/ build-test (pull_request) Failing after 44s

This commit is contained in:
Antoine Martin 2024-08-23 16:26:27 -04:00
parent cadb641aab
commit 2b3fa22d16
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -14,7 +14,7 @@ jobs:
- name: Environment setup - name: Environment setup
run: | run: |
apt-get update apt-get update
apt-get install -y python git sudo apt-get install -y python git sudo nodejs patch
- name: Getting patches - name: Getting patches
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cloning document server source - name: Cloning document server source