Skip to content

Commit

Permalink
gh: WIP reinstall libsqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Dec 18, 2024
1 parent d533627 commit fd4da37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# Handle issues with the upgrade to icu4c v76.
[[ -e "$(brew --prefix)/opt/icu4c" ]] || \
brew reinstall icu4c
- if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install -y libsqlite3-dev

- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit fd4da37

Please sign in to comment.