diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index e40977b15..1b3ce827f 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -23,9 +23,16 @@ jobs: CC: /usr/bin/gcc-4.8 CXX: /usr/bin/g++-4.8 steps: - - run: | + - working-directory: /tmp + run: | apt-get update apt-get install -y g++-4.8 wget make libssl-dev + + echo "Intalling NodeJS 20 for Github Actions..." + wget https://raw.githubusercontent.com/nodesource/distributions/master/scripts/deb/setup_20.x + source setup_20.x + apt-get install nodejs + node -v - uses: actions/checkout@v4 - uses: ./.github/actions/install/cmake with: