Skip to content

Commit b5a65a0

Browse files
committed
Drop R for now
1 parent b7cc2d6 commit b5a65a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v4
4040

41-
# R may need to run before installing sed:
42-
- name: Set up R
43-
uses: r-lib/actions/setup-r@v2
41+
# # R may need to run before installing sed:
42+
# - name: Set up R
43+
# uses: r-lib/actions/setup-r@v2
4444

4545
- name: Install deps
4646
run: |

0 commit comments

Comments
 (0)