Skip to content

Commit

Permalink
work around nodejs being too new
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Jan 16, 2024
1 parent e417909 commit fc9ec44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc9ec44

Please sign in to comment.