Skip to content

Commit

Permalink
ci: Install decor from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 24, 2023
1 parent fba4b5b commit 98da043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
install-r: false
cache-version: backends-${{ matrix.package }}
needs: check
extra-packages: "any::pkgbuild any::remotes any::decor ."
extra-packages: "any::pkgbuild any::remotes decor ."
token: ${{ secrets.GITHUB_TOKEN }}

- name: Clone backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/odbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
install-r: false
cache-version: backends-${{ matrix.package }}
needs: check
extra-packages: "any::pkgbuild any::remotes any::decor ."
extra-packages: "any::pkgbuild any::remotes decor ."
token: ${{ secrets.GITHUB_TOKEN }}

- name: Clone backend
Expand Down

0 comments on commit 98da043

Please sign in to comment.