Skip to content

Commit 99d6ccf

Browse files
authored
Merge pull request #269 from benjeffery/fix-ci
Update apt
2 parents 1f60c73 + 6dd05c7 commit 99d6ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Install R support
4040
run: |
4141
# We need to remove R to pull in a version that's compatible with CRAN, weirdly.
42+
sudo apt-get update
4243
sudo apt-get remove r-base-core
4344
sudo apt-get install r-cran-reticulate r-cran-pbdzmq r-cran-uuid r-cran-ape
4445
sudo R -e 'install.packages("IRkernel")'

0 commit comments

Comments
 (0)