Skip to content

Commit

Permalink
ci: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Feb 5, 2025
1 parent c4fa2da commit ab4433c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
with:
persist-credentials: false

- name: Install build-essential
- name: Install rocksdb dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y clang llvm
- name: Install Rust toolchain
run: |
Expand Down Expand Up @@ -124,11 +124,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install build-essential
- name: Install rocksdb dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y clang llvm
- name: Install Rust toolchain
run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
Expand Down

0 comments on commit ab4433c

Please sign in to comment.