Skip to content

Commit e80e52d

Browse files
krlmlraviator-bot
authored and
aviator-bot
committed
ci: Debug
1 parent 30f48b4 commit e80e52d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
# To achieve this, remove the "needs:" element below.
123123
rcc-windows:
124124
# Begin custom: early run
125-
needs: rcc-smoke
126125
# End custom: early run
127126

128127
runs-on: ${{ matrix.config.os }}

.github/workflows/custom/after-install/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ runs:
1717
brew unlink mariadb-connector-c || true
1818
shell: bash
1919

20+
- name: Check curl
21+
run: |
22+
which curl
23+
shell: bash
24+
25+
- name: Setup tmate session
26+
uses: mxschmitt/action-tmate@v3
27+
with:
28+
detached: true
29+
limit-access-to-actor: true
30+
31+
- name: Install R packages
2032
- uses: ankane/setup-mariadb@v1
2133
if: (matrix.config.mysql_server == '') || ! matrix.config.mysql_server
2234
with:

0 commit comments

Comments
 (0)