Skip to content

Commit

Permalink
try to fix node before checking out range-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Sep 3, 2024
1 parent 5ecd3ae commit 36a408a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/range-v3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,16 +380,16 @@ jobs:
}

steps:
- uses: actions/checkout@v3

- name: Setup container enviroversion `GLIBC_2.28' not foundnment
- name: Setup container environment
if: matrix.config.container
run: |
apt-get update
apt-get -y install sudo python git g++ cmake curl
apt-get remove nodejs
nvm install 16.15.1
- uses: actions/checkout@v4

- name: Install packages
if: matrix.install
run: |
Expand Down

0 comments on commit 36a408a

Please sign in to comment.