Skip to content

Commit

Permalink
[delayed_job] no need to install sqlite-dev on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2024
1 parent 1e6c469 commit f55d4e8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,13 @@ jobs:
- { ruby_version: "head" }
steps:
- uses: actions/checkout@v1
- name: Install sqlite
run: |
# See https://github.community/t5/GitHub-Actions/ubuntu-latest-Apt-repository-list-issues/td-p/41122/page/2
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
sudo apt-get update
sudo apt-get install libsqlite3-dev

- name: Set up Ruby ${{ matrix.ruby_version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true

- name: Run specs
env:
RUBYOPT: ${{ matrix.options.rubyopt }}
Expand Down

0 comments on commit f55d4e8

Please sign in to comment.