Skip to content

Commit

Permalink
Fix r install
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Jan 9, 2025
1 parent 012127b commit 32d9896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: "1.22"
- name: Set-up R
run: |
sudo apt install r-base
sudo apt-get install -y r-base
sudo Rscript -e 'install.packages(c("ggplot2", "dplyr", "optparse"), repos="https://cloud.r-project.org")'
- name: Install lxd
uses: canonical/k8s-snap/.github/actions/install-lxd@main
Expand Down

0 comments on commit 32d9896

Please sign in to comment.