浏览代码

Debug commit

Check which SQLite version is installed in the CI
Cesar Rodas 1 月之前
父节点
当前提交
321e7796a0
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 }}