aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cycles.yml
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2023-08-12 20:53:14 +0000
committerclassabbyamp <void@placeviolette.net>2023-08-18 20:37:04 +0000
commitc828e16253cce52c0028d19bd1834ce0a8de04bc (patch)
treea4b0d2fc6165e37d5c69668b9153a0c68ed56ba2 /.github/workflows/cycles.yml
parent76c6e77f3514865439092d6ee0133fedb3e51ce0 (diff)
downloadvoid-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar.gz
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar.bz2
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar.lz
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar.xz
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.tar.zst
void-packages-c828e16253cce52c0028d19bd1834ce0a8de04bc.zip
.github/workflows/{build,cycles}: use new buildroot images
Diffstat (limited to '')
-rw-r--r--.github/workflows/cycles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index 394a4ffe51a..935daadec57 100644
--- a/.github/workflows/cycles.yml
+++ b/.github/workflows/cycles.yml
@@ -10,7 +10,7 @@ jobs:
permissions:
issues: write
container:
- image: 'ghcr.io/void-linux/xbps-src-masterdir:20230708RC01-x86_64-musl'
+ image: 'ghcr.io/void-linux/void-buildroot-musl:20230818R1'
env:
PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
steps: