From 36a408a6f0761969d4604f956baa83cf5fbaf032 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Tue, 3 Sep 2024 11:32:24 -0700 Subject: [PATCH] try to fix node before checking out range-v3 --- .github/workflows/range-v3-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/range-v3-ci.yml b/.github/workflows/range-v3-ci.yml index 32a0b43d0..b083ae9af 100644 --- a/.github/workflows/range-v3-ci.yml +++ b/.github/workflows/range-v3-ci.yml @@ -380,9 +380,7 @@ 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 @@ -390,6 +388,8 @@ jobs: apt-get remove nodejs nvm install 16.15.1 + - uses: actions/checkout@v4 + - name: Install packages if: matrix.install run: |