We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa63c9 commit 0a36d8dCopy full SHA for 0a36d8d
.github/workflows/CI.yml
@@ -32,6 +32,10 @@ jobs:
32
- x86
33
steps:
34
- uses: actions/checkout@v4
35
+ # Install R
36
+ - uses: r-lib/actions/setup-r@v2
37
+ with:
38
+ r-version: '4.4.2' # or whatever you need
39
- uses: julia-actions/setup-julia@v2
40
with:
41
version: ${{ matrix.version }}
@@ -54,6 +58,9 @@ jobs:
54
58
statuses: write
55
59
56
60
61
62
63
+ r-version: '4.4.2'
57
64
65
66
version: '1'
0 commit comments