Skip to content

Commit b46fd4d

Browse files
committed
CI: skip otelsdk installation on older platforms
1 parent a9d5902 commit b46fd4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858

5959
- uses: r-lib/actions/setup-r-dependencies@v2
6060
with:
61-
extra-packages: any::rcmdcheck
61+
extra-packages: |
62+
any::rcmdcheck
63+
otelsdk=?ignore-before-r=4.3.0
6264
needs: check
6365

6466
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)