From 562b84c9ec756b81ccef50fa12e284b40c5ce564 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 18 Jan 2023 16:37:49 +0200 Subject: [PATCH] Ensure gh cli is installed. --- .github/workflows/ci-pr.yml | 2 ++ .sdkmanrc | 1 + 2 files changed, 3 insertions(+) create mode 100644 .sdkmanrc diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index b1863d61..587f849c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -20,6 +20,8 @@ jobs: with: ref: 'main' path: ${{ env.MAIN_PATH }} + - name: 'Configure: Install gh cli' + uses: ./.github/actions/install-gh - name: 'Configure: Ensure scripts are executable' shell: bash run: find . -type f -name "*.sh" -exec chmod a+x '{}' \; diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 00000000..a778306f --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1 @@ +java=22.3.r17-grl \ No newline at end of file