Browse Source

Debug commit

Check which SQLite version is installed in the CI
Cesar Rodas 1 tháng trước cách đây
mục cha
commit
321e7796a0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 }}