Skip to content

Commit

Permalink
chore: set custom binary repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 12, 2024
1 parent b6b6649 commit eaaa1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
fail-fast: false
matrix:
config:
- image: rocker/verse
- image: ghcr.io/insightsengineering/rstudio
tag: latest
name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
if: >-
env.deps_installation_method == 'setup-r-dependencies'
&& inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/setup-r-dependencies@v1
uses: insightsengineering/setup-r-dependencies@set-custom-repositories
with:
lookup-refs: ${{ inputs.lookup-refs }}
github-token: ${{ steps.github-token.outputs.token }}
Expand Down

0 comments on commit eaaa1fe

Please sign in to comment.