From 266f00d3a82886961965cf55d83658a59be99a4f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 14 Oct 2024 10:17:23 -0400 Subject: [PATCH] actions: rebuild with sqlite3 libraries --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb874bd4..f894e441 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20241008 + key: gam-${{ matrix.jid }}-20241014 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' @@ -186,7 +186,7 @@ jobs: run: | echo "RUNNING: apt update..." sudo apt-get -qq --yes update - sudo apt-get -qq --yes install swig libpcsclite-dev libxslt1-dev + sudo apt-get -qq --yes install swig libpcsclite-dev libxslt1-dev libsqlite3-dev - name: MacOS install tools if: runner.os == 'macOS'