mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
r is installed by default on GHA
This commit is contained in:
parent
21407882fe
commit
cddaa0dddc
3 changed files with 1 additions and 18 deletions
4
.github/actions/pre-test/action.yml
vendored
4
.github/actions/pre-test/action.yml
vendored
|
|
@ -20,7 +20,6 @@ runs:
|
|||
echo 'C:\Strawberry\c\bin' >> "$GITHUB_PATH"
|
||||
|
||||
testing/get-dart.sh
|
||||
pwsh testing/get-r.ps1
|
||||
- name: setup (linux)
|
||||
shell: bash
|
||||
if: runner.os == 'Linux'
|
||||
|
|
@ -31,8 +30,7 @@ runs:
|
|||
sudo apt-get install -y --no-install-recommends \
|
||||
lua5.3 \
|
||||
liblua5.3-dev \
|
||||
luarocks \
|
||||
r-base
|
||||
luarocks
|
||||
|
||||
testing/get-coursier.sh
|
||||
testing/get-dart.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue