Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Mar 11, 2024
1 parent af3aa3d commit 5d033ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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: |
Expand Down

0 comments on commit 5d033ed

Please sign in to comment.