1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 11:15:48 +03:00

new version of r in gh action

This commit is contained in:
Michael Greenberg 2022-12-07 14:46:48 -05:00
parent ff09d2bbae
commit 6cabcefb8a

View File

@ -41,7 +41,7 @@ jobs:
run: PATH="$(pwd)/target/release:$PATH" ./run_tests.sh
- name: Install R
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2
- name: Benchmarks
run: |