File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 26
26
# Handle issues with the upgrade to icu4c v76.
27
27
[[ -e "$(brew --prefix)/opt/icu4c" ]] || \
28
28
brew reinstall icu4c
29
+ - if : startsWith(matrix.os, 'ubuntu')
30
+ run : |
31
+ sudo apt update
32
+ sudo apt upgrade -y
29
33
30
34
- uses : actions/setup-go@v2
31
35
with :
45
49
run : go-acc . -- -race -v -tags ""
46
50
47
51
- name : ' Tags: libsqlite3'
48
- run : go-acc . -- -race -v -tags "libsqlite3"
52
+ run : |
53
+ sqlite3 --version
54
+ go-acc . -- -race -v -tags "libsqlite3"
49
55
50
56
- name : ' Tags: full'
51
57
run : go-acc . -- -race -v -tags "sqlite_allow_uri_authority sqlite_app_armor sqlite_column_metadata sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_math_functions sqlite_os_trace sqlite_preupdate_hook sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_unlock_notify sqlite_userauth sqlite_vacuum_incr sqlite_vtable"
You can’t perform that action at this time.
0 commit comments