Skip to content

Commit

Permalink
pin by container image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 3, 2024
1 parent 39237bc commit a124e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ jobs:
submodules: true
- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v2
if: matrix.r_version != '3.6'
if: matrix.container != 'ubuntu:18.04'
# R 3.6 binary isn't easily available on buntu 18.04,
# but setup-pandoc>=2.7.1 is uses a too-new glibc for it.
# ref: https://github.com/microsoft/LightGBM/issues/6298
- name: Install pandoc
uses: r-lib/actions/[email protected]
if: matrix.r_version == '3.6'
if: matrix.container == 'ubuntu:18.04'
- name: install tinytex
if: startsWith(matrix.os, 'windows')
uses: r-lib/actions/setup-tinytex@v2
Expand Down

0 comments on commit a124e67

Please sign in to comment.