]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Revert "ci: Fix build on Ubuntu 16.04"
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 8 May 2021 15:42:04 +0000 (17:42 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 8 May 2021 16:49:17 +0000 (18:49 +0200)
This reverts commit aa7fd27609bea5ec78fd85afaec297d028119ee0.

GitLab has apparently reverted its changes to the Ubuntu 16.04
environment again.

.github/workflows/build.yaml

index 92c7a18fd4bf5a3ede5e37582f2f4036c0ce825c..07f2904642f7698c999feca2d7af809e6e27db80 100644 (file)
@@ -93,7 +93,7 @@ jobs:
 
             # Install ld.gold (binutils) and ld.lld on different runs.
             if [ "${{ matrix.config.os }}" = "ubuntu-16.04" ]; then
-              sudo apt-get install -y ninja-build elfutils libzstd-dev binutils
+              sudo apt-get install -y ninja-build elfutils libzstd1-dev binutils
             else
               sudo apt-get install -y ninja-build elfutils libzstd-dev lld
             fi