File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525 use-public-rspm : true
2626 r-version : ${{ matrix.r }}
2727
28+ - name : Install dependencies
29+ run : |
30+ sudo apt-get update -y
31+ sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev python3 libicu-dev
32+
2833 - name : Cache renv library
2934 uses : actions/cache@v3
3035 with :
Original file line number Diff line number Diff line change 3535 use-public-rspm : true
3636 r-version : ' 4.1'
3737
38+ - name : Install dependencies
39+ run : |
40+ sudo apt-get update -y
41+ sudo apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev libglpk-dev libxml2-dev pandoc libpng-dev python3 libicu-dev
42+
3843 - name : Cache renv library
3944 uses : actions/cache@v3
4045 with :
You can’t perform that action at this time.
0 commit comments