From f85e33a95894836ff64803368e80b5f04ea68065 Mon Sep 17 00:00:00 2001 From: Ilia Kosenkov Date: Sat, 11 May 2024 21:00:07 +0300 Subject: [PATCH] I just can't type --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1dabc42a..c3dee762 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -29,7 +29,7 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} R_KEEP_PKG_SOURCE: yes - REXTENDR_SKIP_DEV_TEST: TRUE # TODO: Remove this when extendr/libR-sys issue is resolved + REXTENDR_SKIP_DEV_TESTS: TRUE # TODO: Remove this when extendr/libR-sys issue is resolved steps: - uses: actions/checkout@v3