Skip to content

Commit

Permalink
chore(ci): Fix bundler action (#394)
Browse files Browse the repository at this point in the history
This was failing because it didn't call `apt-get update`; however, CMake
is installed anyway on the runner (so no need to install it again).
  • Loading branch information
paleolimbot authored Mar 1, 2024
1 parent e4d7fa7 commit 7e601cc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ jobs:
bundle-dist:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: |
sudo apt-get install -y cmake
- uses: actions/checkout@v4

- name: Bundle nanoarrow
run: |
Expand Down

0 comments on commit 7e601cc

Please sign in to comment.