From 8089a1aa736124afbf5f357ff081d69464eb1d51 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Aug 2024 17:45:27 -0400 Subject: [PATCH] add python3 depend --- .forgejo/workflows/test-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 1e3ee53..c0a8766 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -13,13 +13,13 @@ jobs: steps: - name: Environment setup run: | + cat /etc/os-release 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 - apt-get update apt-get install -y nodejs npm install -g pkg grunt grunt-cli - cat /etc/os-release - name: Getting patches uses: actions/checkout@v4 - name: Cloning document server source