Skip to content

Commit 85e4047

Browse files
committed
Updated CI actions, as they just keep failing.
1 parent 3d32dc8 commit 85e4047

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main, master]
66
pull_request:
7-
branches: [main, master]
87

98
name: R-CMD-check.yaml
109

@@ -34,10 +33,6 @@ jobs:
3433
- uses: actions/checkout@v4
3534

3635
- uses: r-lib/actions/setup-pandoc@v2
37-
38-
- name: Install libglpk40
39-
if: ${{ matrix.config.os == 'ubuntu-latest' }}
40-
run: sudo apt-get install -y libglpk40
4136

4237
- uses: r-lib/actions/setup-r@v2
4338
with:

0 commit comments

Comments
 (0)