File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/
@@ -268,6 +269,7 @@ jobs:
268269 # (see https://github.com/actions/runner-images/blob/releases/ubuntu22/20230305/images/linux/Ubuntu2204-Readme.md)
269270 # that updated the list of installed apt packages/apt repositories. That issue may disappear in future Ubuntu images.
270271 run : |
272+ sudo apt-get update
271273 sudo apt install -y imagemagick-6-common libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 \
272274 libprotobuf-dev libprotobuf32t64 libprotoc32t64 protobuf-compiler
273275 cd modules/electrophysiology_browser/jsx/react-series-data-viewer/
You can’t perform that action at this time.
0 commit comments