10000 Try to fix documentation step · VXAPPS/sqlite_functions@0463bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0463bc0

Browse files
committed
Try to fix documentation step
1 parent 3174f0b commit 0463bc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
sudo apt install -y libicu-dev
108108
sudo apt install -y sqlite3
109109
110+
if [ "${{matrix.os}}" = "ubuntu-20.04" ]; then
111+
sudo apt install -y python3
112+
fi
113+
110114
if [ "${{matrix.compiler}}" = "gcc" ]; then
111115
sudo apt install -y g++-${{matrix.version}}
112116
echo "CC=gcc-${{matrix.version}}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0