Skip to content

Commit

Permalink
Switch to using apt-get directly (Linux only).
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 20, 2024
1 parent e89780c commit f0f21c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libprotobuf-c-dev
run: |
sudo apt-get install libprotobuf-c-dev
- name: Build Substrait planloader library
run: |
cd ${{ github.workspace }}/third_party/substrait-cpp
Expand Down

0 comments on commit f0f21c0

Please sign in to comment.