From 27388903c615f5e295b0c560fb62ea9f31e7cce7 Mon Sep 17 00:00:00 2001 From: Mahdi Sharifi Date: Fri, 5 Apr 2024 22:20:36 +0330 Subject: [PATCH] Update before adding the repo --- .github/workflows/scheduled-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduled-builds.yml b/.github/workflows/scheduled-builds.yml index 06b0d57..a2e47ea 100644 --- a/.github/workflows/scheduled-builds.yml +++ b/.github/workflows/scheduled-builds.yml @@ -12,12 +12,12 @@ jobs: container: image: ubuntu:devel steps: - - name: Install Nodejs 21 repo - run: apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21.x | bash - - - name: Update system run: apt-get update && apt-get --yes upgrade + - name: Install Nodejs 21 repo + run: apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21.x | bash - && apt-get update + - name: Install building tools run: apt-get install --yes git python3 python3-pip gcc g++ make ninja-build nodejs