We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201718f commit c8e942cCopy full SHA for c8e942c
.github/workflows/ci.yaml
@@ -14,10 +14,10 @@ jobs:
14
strategy:
15
matrix:
16
include:
17
- - { name: container, os: ubuntu-latest, container: rocker/r2u4ci }
+ #- { name: container, os: ubuntu-latest, container: rocker/r2u4ci }
18
- { name: macos, os: macos-latest, openmp: yes }
19
#- { name: macos, os: macos-latest, openmp: no }
20
- #- { name: ubuntu, os: ubuntu-latest }
+ - { name: ubuntu, os: ubuntu-latest }
21
22
23
runs-on: ${{ matrix.os }}
@@ -29,6 +29,9 @@ jobs:
29
30
- name: Setup
31
uses: eddelbuettel/github-actions/r-ci@master
32
+ with:
33
+ dev_version: 'TRUE'
34
+ backend: 'RAPT'
35
36
- name: Configure
37
run: ./configure; cat src/Makevars
0 commit comments