Changeset - r24370:1d3dc6fcc807
[Not reviewed]
master
0 1 0
Charles Pigott - 4 years ago 2020-10-10 12:39:37
charlespigott@googlemail.com
Fix: [Actions] Call apt-get update before trying to install packages
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -28,6 +28,7 @@ jobs:
 
    steps:
 
    - name: Install dependencies
 
      run: |
 
        sudo apt-get update
 
        sudo apt-get install -y --no-install-recommends \
 
          libfontconfig-dev \
 
          libicu-dev \
0 comments (0 inline, 0 general)