From 5d033edeb38af7a9c1e7cd71f01e451064469fe7 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Mon, 11 Mar 2024 17:30:36 -0400 Subject: [PATCH] Fix Signed-off-by: Cole Miller --- .github/workflows/latest-deps.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/latest-deps.yml b/.github/workflows/latest-deps.yml index 87eab8613..0d1a5d1da 100644 --- a/.github/workflows/latest-deps.yml +++ b/.github/workflows/latest-deps.yml @@ -35,6 +35,8 @@ jobs: sudo make install sudo ldconfig + - uses: actions/checkout@v4 + - name: Get latest SQLite run: | relative="$(curl -L 'https://sqlite.org/download.html' | grep '^PRODUCT' | grep 'amalgamation' | cut -d',' -f3)" @@ -43,9 +45,7 @@ jobs: echo "Selected $name" unzip "$name.zip" cd "$name" - cp sqlite3.{c,h} "$GITHUB_WORKSPACE" - - - uses: actions/checkout@v4 + cp sqlite3.{c,h} "$GITHUB_WORKSPACE/dqlite" - name: Build dqlite run: |