Skip to content

Commit 6dd05c7

Browse files
committed
Update apt
1 parent 1587d0d commit 6dd05c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Install R support
3636
run: |
3737
# We need to remove R to pull in a version that's compatible with CRAN, weirdly.
38+
sudo apt-get update
3839
sudo apt-get remove r-base-core
3940
sudo apt-get install r-cran-reticulate r-cran-pbdzmq r-cran-uuid r-cran-ape
4041
sudo R -e 'install.packages("IRkernel")'

0 commit comments

Comments
 (0)