diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-05 22:06:11 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-05 22:06:11 +0200 |
commit | b804f4a6a3950fb13342e687acfa51b5c2157625 (patch) | |
tree | 92b00b93724317ceb7dac6d52153a03748199ff0 | |
parent | f76a6601b3d9f0b643b52f4d37c22075ac4c1d78 (diff) |
Update package lists in CI
See: https://github.com/dillo-browser/dillo/actions/runs/14285249224/job/40039689315#step:3:136
-rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c9e4522..870ca97b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev libssl-dev libpng-dev libjpeg-dev libwebp-dev xvfb x11-apps x11-utils imagemagick @@ -68,6 +70,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev - name: autogen @@ -87,6 +91,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev libmbedtls-dev - name: autogen @@ -106,6 +112,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev libssl-dev - name: autogen @@ -125,6 +133,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev libssl-dev - name: autogen @@ -144,6 +154,8 @@ jobs: - uses: actions/checkout@v1 with: fetch-depth: 1 + - name: Update package lists + run: sudo apt update - name: Install dependencies run: sudo apt install -y libfltk1.3-dev libssl-dev - name: autogen |