Skip to content

Commit 6a23147

Browse files
committed
Updated workflow
1 parent a6ae72e commit 6a23147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-plugin-sqlite3-arm.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
curl -s -L https://golang.org/dl/go1.17.linux-armv6l.tar.gz | tar -C ${RUNNER_TEMP} -xz
1919
echo ${RUNNER_TEMP}/go/bin >> $GITHUB_PATH
2020
echo ${HOME}/go/bin >> $GITHUB_PATH
21+
- name: Install libsqlite3-dev
22+
run: |
23+
apt -y update && apt -y install libsqlite3-dev
2124
- name: Build for Linux on ARM
2225
run: |
2326
make deb

0 commit comments

Comments
 (0)