Skip to content

Commit

Permalink
ci: ensure tcl-dev is installed to build upstream sqlite from source
Browse files Browse the repository at this point in the history
This seems to be a new requirement as of around 2024-08-06, see
https://sqlite.org/forum/forumpost/45c4862d37 and other forum posts
for more context.
  • Loading branch information
flavorjones committed Aug 7, 2024
1 parent 0056892 commit adafb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: |
git clone --depth=1 https://github.com/sqlite/sqlite
git -C sqlite log -n1
apt install tcl-dev # https://sqlite.org/forum/forumpost/45c4862d37
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
Expand Down

0 comments on commit adafb2c

Please sign in to comment.