Skip to content

Commit

Permalink
chore: fix workflow with latest R version
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Feb 7, 2025
1 parent 7bfb69d commit 0804241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'

- name: Link to latest local R version
run: sudo ln -sf /usr/local/bin/R /usr/lib/R

- name: Install Qt6
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 0804241

Please sign in to comment.