We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2140788 commit cddaa0dCopy full SHA for cddaa0d
.github/actions/pre-test/action.yml
@@ -20,7 +20,6 @@ runs:
20
echo 'C:\Strawberry\c\bin' >> "$GITHUB_PATH"
21
22
testing/get-dart.sh
23
- pwsh testing/get-r.ps1
24
- name: setup (linux)
25
shell: bash
26
if: runner.os == 'Linux'
@@ -31,8 +30,7 @@ runs:
31
30
sudo apt-get install -y --no-install-recommends \
32
lua5.3 \
33
liblua5.3-dev \
34
- luarocks \
35
- r-base
+ luarocks
36
37
testing/get-coursier.sh
38
testing/get-r.ps1
testing/get-r.sh
0 commit comments