Skip to content

Commit

Permalink
renamed R_TRAVIS_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 1, 2020
1 parent f06fd22 commit 1ea7a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ $AZURE != "true" ]] && [[ $OS_NAME == "linux" ]]; then
sudo apt-get install \
--no-install-recommends \
-y \
r-base-dev=${R_TRAVIS_LINUX_VERSION} \
r-base-dev=${R_LINUX_VERSION} \
texinfo \
texlive-latex-recommended \
texlive-fonts-recommended \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export R_MAC_VERSION=3.6.3
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
export OS_NAME="linux"
export R_TRAVIS_LINUX_VERSION=3.6.3-1bionic;
export R_LINUX_VERSION=3.6.3-1bionic;
fi
if [ -z ${{ matrix.compiler }} ]; then
export COMPILER=${{ matrix.compiler }}
Expand Down

0 comments on commit 1ea7a36

Please sign in to comment.