Skip to content

Commit 50313c1

Browse files
GHA: syntax error
1 parent 32dc555 commit 50313c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/revdepcheck-top.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: revdepcheck-top
44

55
jobs:
66
R-CMD-check:
7-
if: "! contains(github.event.head_commit.message, '[ci skip]')"
7+
if: "! contains(github.event.head_commit.message, '[ci skip]')"
88

99
timeout-minutes: 30
10-
10+
1111
runs-on: ubuntu-latest
1212

1313
name: ${{ matrix.config.pkg }} (${{ matrix.config.r }}) ${{ matrix.config.label }}
@@ -50,7 +50,7 @@ jobs:
5050
R_FUTURE_GLOBALS_KEEPWHERE: ${{ matrix.config.globals_keepWhere }}
5151
R_GLOBALS_BRANCH: ${{ matrix.config.globals }}
5252
NOT_CRAN: true
53-
53+
5454
steps:
5555
- uses: actions/checkout@v4
5656

@@ -70,20 +70,20 @@ jobs:
7070
any::covr
7171
needs: check
7272

73-
- name: Install system dependencies (manually added)
73+
- name: Install system dependencies
7474
run: |
7575
## 'plumber' fail to install 'sf', because 'units' fail to
76-
## install due 'libudunits2-dev' missing
76+
## install due 'libudunits2-dev' missing
7777
if [[ "{{ matrix.config.pkg }}" == "plumber" ]]; then
78-
apt install -y libudunits2-dev
79-
fi
78+
apt install -y libudunits2-dev
79+
fi
8080
## 'shiny' fail at run time with "Error in `dyn.load(file, DLLpath
81-
## = DLLpath, ...)`: unable to load shared object '/home/runner/
82-
## work/_temp/Library/otelsdk/libs/otelsdk.so': libprotobuf.so.32:
83-
## cannot open shared object file: No such file or directory
81+
## = DLLpath, ...)`: unable to load shared object '/home/runner/
82+
## work/_temp/Library/otelsdk/libs/otelsdk.so': libprotobuf.so.32:
83+
## cannot open shared object file: No such file or directory
8484
if [[ "{{ matrix.config.pkg }}" == "shiny" ]]; then
85-
apt install -y libprotobuf32t64
86-
fi
85+
apt install -y libprotobuf32t64
86+
fi
8787
8888
- name: Install dependencies
8989
run: |

0 commit comments

Comments
 (0)