Skip to content

Commit

Permalink
Fix GHA ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 25, 2024
1 parent 20765dd commit 8e2cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update
sudo add-apt-repository -y "ppa:marutter/rrutter4.0"
sudo apt-get install -y git curl devscripts equivs gdebi-core
sudo apt-get install -y git curl devscripts equivs gdebi-core r-base
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e2cb77

Please sign in to comment.