Skip to content

Commit 004f428

Browse files
committed
including github action fix from aces#10034
1 parent 6a64fd3 commit 004f428

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/loristest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
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/

0 commit comments

Comments
 (0)