File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 schedule :
7- - cron : ' 30 5 * * *'
7+ - cron : ' 30 6 * * *'
88
99jobs :
1010 build :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Check out the repo
1414 uses : actions/checkout@v4
@@ -22,14 +22,13 @@ jobs:
2222 git -c user.name=Github -c user.email=none merge upstream/master
2323
2424 - name : Cache ccache
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : /home/runner/.cache/ccache
2828 key : ccache
2929
3030 - name : Prepare build environment
3131 run : |
32- sudo add-apt-repository -y ppa:v-launchpad-jochen-sprickerhof-de/sbuild
3332 sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends sbuild mmdebstrap debian-archive-keyring ccache uidmap
3433
3534 mkdir -p "$HOME/.cache/sbuild"
6463
6564 - name : Test packages
6665 run : |
67- mmdebstrap --chrooted-customize-hook="curl -L 'https://github.com/defo-project/ech-dev-utils/archive/refs/heads/main.tar.gz' | tar xz; cd ech-dev-utils-main; PACKAGING=1 scripts/testhaproxy.sh" \
66+ mmdebstrap --verbose -- chrooted-customize-hook="curl -L 'https://github.com/defo-project/ech-dev-utils/archive/refs/heads/main.tar.gz' | tar xz; cd ech-dev-utils-main; PACKAGING=1 scripts/testhaproxy.sh" \
6867 --variant=essential --include=ca-certificates,haproxy,lighttpd-mod-openssl,curl testing /dev/null \
6968 "deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian testing main" \
7069 "deb [trusted=yes] https://github.com/defo-project/openssl/raw/packages/ /" \
You can’t perform that action at this time.
0 commit comments