aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2022-04-22 21:37:25 +0200
committerbadlop <badlop@gmail.com>2022-05-04 00:30:36 +0200
commit65437d08ef977f7508223151d962cfe307a4fee9 (patch)
treec8d96fc1ae2a4b9db9f032067455442fdad30d59 /.github
parentAdd GitHub Action to build binary packages (diff)
make-binaries: Update to Crosstool-NG 1.25.0-RC2
Update Crosstool-NG to the current release candidate, and use much shorter "defconfig" files for specifying the configuration.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/packages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 7ff7b56be..52667879f 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/build/
- key: ${{runner.os}}-ct-ng-1.24.0
+ key: ${{runner.os}}-ct-ng-1.25.0-RC2
- name: Install prerequisites
run: |
sudo apt-get -qq update