From 940ed0398c3b78bcc03daf01963ba918b9656dff Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Thu, 30 May 2024 21:34:42 +0100 Subject: [PATCH] chore: add shell parameter --- .github/workflows/test-java-bindings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-java-bindings.yml b/.github/workflows/test-java-bindings.yml index 3e6f510a..7fff173c 100644 --- a/.github/workflows/test-java-bindings.yml +++ b/.github/workflows/test-java-bindings.yml @@ -26,7 +26,8 @@ jobs: - name: Run compile script run: ./scripts/compile.sh - + shell: bash + - name: Set up JDK uses: actions/setup-java@v3 with: