Skip to content

Commit

Permalink
Merge pull request #550 from sparklemotion/flavorjones-fix-upstream-s…
Browse files Browse the repository at this point in the history
…qlite-build

ci: ensure tcl-dev is installed to build upstream sqlite from source
  • Loading branch information
flavorjones committed Aug 7, 2024
2 parents 69b4af5 + 411c21d commit 5fc58ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- run: |
git clone --depth=1 https://github.com/sqlite/sqlite
git -C sqlite log -n1
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.3"
bundler-cache: true
apt-get: tcl-dev # https://sqlite.org/forum/forumpost/45c4862d37
- run: bundle exec rake compile -- --with-sqlite-source-dir=${GITHUB_WORKSPACE}/sqlite
- run: bundle exec rake test

Expand Down

0 comments on commit 5fc58ff

Please sign in to comment.