Skip to content

Commit

Permalink
Build rocksdb on linux and macos in simulator CI (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko authored Oct 29, 2024
1 parent fa95633 commit d2d6d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit d2d6d86

Please sign in to comment.