add python3 depend
Some checks failed
/ build-test (pull_request) Failing after 3m47s

This commit is contained in:
Antoine Martin 2024-08-23 17:45:27 -04:00
parent 3bb039e9c2
commit 8089a1aa73
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -13,13 +13,13 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
cat /etc/os-release
apt-get update apt-get update
apt-get install -y git make g++ bzip2 sudo patch python curl lsb-release apt-get install -y git make g++ bzip2 sudo patch python3 python-is-python3 curl lsb-release
curl -sL https://deb.nodesource.com/setup_16.x | bash - curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get update apt-get update
apt-get install -y nodejs apt-get install -y nodejs
npm install -g pkg grunt grunt-cli npm install -g pkg grunt grunt-cli
cat /etc/os-release
- name: Getting patches - name: Getting patches
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cloning document server source - name: Cloning document server source