File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2222 # (see https://github.com/actions/runner-images/blob/releases/ubuntu22/20230305/images/linux/Ubuntu2204-Readme.md)
2323 # that updated the list of installed apt packages/apt repositories. That issue may disappear in future Ubuntu images.
2424 run : |
25+ sudo apt-get update
2526 sudo apt install -y imagemagick-6-common libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 \
2627 libprotobuf-dev libprotobuf32t64 libprotoc32t64 protobuf-compiler
2728 cd modules/electrophysiology_browser/jsx/react-series-data-viewer/
@@ -270,6 +271,7 @@ jobs:
270271 # (see https://github.com/actions/runner-images/blob/releases/ubuntu22/20230305/images/linux/Ubuntu2204-Readme.md)
271272 # that updated the list of installed apt packages/apt repositories. That issue may disappear in future Ubuntu images.
272273 run : |
274+ sudo apt-get update
273275 sudo apt install -y imagemagick-6-common libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 \
274276 libprotobuf-dev libprotobuf32t64 libprotoc32t64 protobuf-compiler gettext
275277 cd modules/electrophysiology_browser/jsx/react-series-data-viewer/
You can’t perform that action at this time.
0 commit comments