From d2d6d865cb2c8602674a7e868c69d684d19c96c1 Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 29 Oct 2024 14:16:14 +0700 Subject: [PATCH] Build rocksdb on linux and macos in simulator CI (#2798) --- .github/workflows/simulators.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simulators.yml b/.github/workflows/simulators.yml index d9f2fe440..3cd8e96a8 100644 --- a/.github/workflows/simulators.yml +++ b/.github/workflows/simulators.yml @@ -43,7 +43,7 @@ jobs: run: | ncpu=$(nproc) make -j${ncpu} ARCH_OVERRIDE=x64 CI_CACHE=NimBinaries update-from-ci - make -j${ncpu} deps + make -j${ncpu} deps rocksdb - name: Run Simulators run: | @@ -84,7 +84,7 @@ jobs: run: | ncpu=$(sysctl -n hw.ncpu) make -j${ncpu} ARCH_OVERRIDE=x64 CI_CACHE=NimBinaries update-from-ci - make -j${ncpu} deps + make -j${ncpu} deps rocksdb - name: Run Simulators run: |