From 29928816c0e3194d3f19cce8d821cab924651586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 1 Apr 2024 14:05:04 +0200 Subject: [PATCH] ci: Debug --- .github/workflows/R-CMD-check.yaml | 1 - .github/workflows/custom/after-install/action.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index d8590fc4..eb5b5706 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -122,7 +122,6 @@ jobs: # To achieve this, remove the "needs:" element below. rcc-windows: # Begin custom: early run - needs: rcc-smoke # End custom: early run runs-on: ${{ matrix.config.os }} diff --git a/.github/workflows/custom/after-install/action.yml b/.github/workflows/custom/after-install/action.yml index 442c08b6..f842a11a 100644 --- a/.github/workflows/custom/after-install/action.yml +++ b/.github/workflows/custom/after-install/action.yml @@ -17,6 +17,18 @@ runs: brew unlink mariadb-connector-c || true shell: bash + - name: Check curl + run: | + which curl + shell: bash + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + limit-access-to-actor: true + + - name: Install R packages - uses: ankane/setup-mariadb@v1 if: (matrix.config.mysql_server == '') || ! matrix.config.mysql_server with: