From 5f4dbc46948e93268f0ad9045db8d77bf4589700 Mon Sep 17 00:00:00 2001 From: "Robert C. Martin" Date: Mon, 19 Sep 2022 11:56:19 -0500 Subject: [PATCH] Change action to deploy bouncy-castle jar. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a1b481..7dd139f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,11 @@ jobs: run: | export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & + lein deploy local bcprov 1.7.1 jars/bcprov-jdk18on-171.jar lein spec - name: Run tests (Windows) if: matrix.os == 'windows-latest' - run: lein spec \ No newline at end of file + run: | + lein deploy local bcprov 1.7.1 jars/bcprov-jdk18on-171.jar + lein spec \ No newline at end of file