Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Apr 16, 2024
1 parent dacee78 commit 0bc95bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
id: cran-image
run: |
if [ "${{ matrix.config.date }}" == "latest" ]; then
echo "::set-output name=image::https://packagemanager.posit.co/cran"
echo "image=https://cloud.r-project.org" >> $GITHUB_OUTPUT
else
echo "::set-output name=image::https://packagemanager.posit.co/cran/${{ matrix.config.date }}"
echo "image=https://packagemanager.posit.co/cran/${{ matrix.config.date }}" >> $GITHUB_OUTPUT
fi
shell: bash

Expand Down

0 comments on commit 0bc95bc

Please sign in to comment.