Browse Source

Debug commit

Check which SQLite version is installed in the CI
Cesar Rodas 1 month ago
parent
commit
321e7796a0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -199,6 +199,9 @@ jobs:
         uses: Swatinem/rust-cache@v2
       - name: Clippy
         run: nix develop -i -L .#stable --command cargo clippy ${{ matrix.build-args }} -- -D warnings
+      - name: Debug SQLite vesion
+        run: grep -C 3 "sqlite" Cargo.lock
+
       - name: Test fake mint
         run: nix develop -i -L .#stable --command just fake-mint-itest ${{ matrix.database }}