1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 15:21:58 +02:00

good start-up practice

This commit is contained in:
2022-12-29 16:23:57 +01:00
parent 61c0bdb7af
commit 1db74e86cd
4 changed files with 7 additions and 5 deletions

View File

@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v4
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v5
- name: Install R dependencies
if: always()