diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9de3f..4ede92e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,11 @@ jobs: with: submodules: true + - name: Debug + run: | + echo "$OPENSSL_LIB_DIR" + ls "$OPENSSL_LIB_DIR" + - name: Build the client run: | cargo build --release --target=${{ matrix.target }}