Skip to content

Commit

Permalink
use older version of github checkout due to glibc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 4, 2024
1 parent 70652e7 commit 8fae3fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
container: ${{ matrix.container }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3
- name: Install npm dependencies
run: npm ci --ignore-scripts --no-optional
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
nodejs: '22.10.0'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
Expand All @@ -188,7 +188,7 @@ jobs:
container: node:${{ matrix.nodejs }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
Expand All @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
with:
fetch-depth: 1
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
yum update -y
${{ matrix.cmd }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- name: Install npm dependencies
run: npm ci --ignore-scripts --no-optional
- name: Compile native
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
yum update -y
curl -sL https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash - && yum install -y nodejs gcc-c++ make
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
- name: Download
uses: actions/download-artifact@v3
- name: copy prebuilds
Expand Down

0 comments on commit 8fae3fb

Please sign in to comment.