We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b6dfc commit 2e411caCopy full SHA for 2e411ca
1 file changed
.github/workflows/dev.yml
@@ -57,7 +57,8 @@ jobs:
57
sudo apt install -y -V \
58
pre-commit \
59
r-base \
60
- ruby-dev
+ ruby-dev \
61
+ libuv1-dev
62
- name: Cache pre-commit
63
uses: actions/cache@v5
64
with:
0 commit comments