Skip to content

Commit 2c8319b

Browse files
committed
Removed sqlite3 install, added to docker image
1 parent 6a23147 commit 2c8319b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ 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
2421
- name: Build for Linux on ARM
2522
run: |
2623
make deb

0 commit comments

Comments
 (0)