Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Oct 11, 2024
1 parent eeb7040 commit 9025b82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,12 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu') || matrix.arm_linux }}
run: |
sudo apt update
sudo apt install -y ninja-build libssl-dev
sudo apt install -y ninja-build
echo "NPROC=$(nproc)" >> $GITHUB_ENV
- name: Setup Linux ARM64
if: ${{ matrix.arm_linux }}
run: |
sudo apt install -y git build-essential cmake libtool python3 python3-pip libssl-dev
- name: Cache redis
id: cache-redis
Expand Down Expand Up @@ -253,8 +257,6 @@ jobs:
if: ${{ !matrix.arm_linux }}
with:
python-version: 3.x
- run: sudo apt install python3 python3-pip
if: ${{ matrix.arm_linux }}
- uses: actions/setup-go@v5
with:
go-version-file: 'tests/gocase/go.mod'
Expand Down

0 comments on commit 9025b82

Please sign in to comment.