Skip to content

Commit 01b79b5

Browse files
Fix syntax
1 parent 31d58a7 commit 01b79b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# TODO: remove this when R 4.6 is released
6262
- name: Tweak for old Windows (R 4.1)
6363
uses: r-lib/actions/setup-r-dependencies@v2
64-
if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r = 'oldrel-4' }}
64+
if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r == 'oldrel-4' }}
6565
with:
6666
cache-version: 3
6767
packages: >

0 commit comments

Comments
 (0)