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 832bc16 commit 653bc58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/r-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ 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 reset --hard upstream/master
#git merge upstream/master
# in case of conflict, uncomment the next line
git checkout upstream/r-daily-source -- pkgs/development/r-modules/default.nix
git merge upstream/master
- name: Update R packages
run: |
Expand Down

0 comments on commit 653bc58

Please sign in to comment.