Skip to content

Commit

Permalink
Update r-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Apr 5, 2024
1 parent a35fb0d commit 832bc16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/r-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
run: |
git remote add upstream https://github.com/nixos/nixpkgs
git checkout r-daily-source
git fetch origin
git merge origin/r-daily
#git fetch origin
#git merge origin/r-daily
git fetch upstream
git merge upstream/master
git reset --hard upstream/master
#git merge upstream/master
- name: Update R packages
run: |
Expand Down

0 comments on commit 832bc16

Please sign in to comment.