Skip to content

Commit 19f9a93

Browse files
committed
Use dev version of run.sh, use rapt
1 parent 201718f commit 19f9a93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- { name: container, os: ubuntu-latest, container: rocker/r2u4ci }
17+
#- { name: container, os: ubuntu-latest, container: rocker/r2u4ci }
1818
- { name: macos, os: macos-latest, openmp: yes }
1919
#- { name: macos, os: macos-latest, openmp: no }
20-
#- { name: ubuntu, os: ubuntu-latest }
20+
- { name: ubuntu, os: ubuntu-latest }
2121

2222

2323
runs-on: ${{ matrix.os }}
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Setup
3131
uses: eddelbuettel/github-actions/r-ci@master
32+
dev_version: 'TRUE'
33+
backend: 'RAPT'
3234

3335
- name: Configure
3436
run: ./configure; cat src/Makevars

0 commit comments

Comments
 (0)