Browse code

Fix env var against install time patches again

Steffen Neumann authored on 14/01/2022 08:22:15
Showing 1 changed files

... ...
@@ -42,7 +42,7 @@ env:
42 42
   cache-version: 'cache-v1'
43 43
   # Avoid application of UCRT
44 44
   # https://developer.r-project.org/WindowsBuilds/winutf8/ucrt3/howto.html
45
-  _R_INSTALL_TIME_PATCHES: 'no'
45
+  _R_INSTALL_TIME_PATCHES_: 'no'
46 46
 
47 47
 jobs:
48 48
   build-check: