Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260830.0.582403@sha256:c01caa5b8fee18f3549ae873ba67ac8c982c73a6a532249b467ff9828b432689
image: ghcr.io/archlinux/archlinux:base-devel-20260906.0.587188@sha256:002a85f88d7311d9c9207ae0178de1e62f2b8936703b107eedf03a09eabc2153

steps:
- run: pacman -Sy --noconfirm shellcheck git
Expand All @@ -66,7 +66,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260830.0.582403@sha256:c01caa5b8fee18f3549ae873ba67ac8c982c73a6a532249b467ff9828b432689
image: ghcr.io/archlinux/archlinux:base-devel-20260906.0.587188@sha256:002a85f88d7311d9c9207ae0178de1e62f2b8936703b107eedf03a09eabc2153
options: --privileged --tmpfs /run

steps:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: package
runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260830.0.582403@sha256:c01caa5b8fee18f3549ae873ba67ac8c982c73a6a532249b467ff9828b432689
image: ghcr.io/archlinux/archlinux:base-devel-20260906.0.587188@sha256:002a85f88d7311d9c9207ae0178de1e62f2b8936703b107eedf03a09eabc2153
options: --privileged --tmpfs /run

steps:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260830.0.582403@sha256:c01caa5b8fee18f3549ae873ba67ac8c982c73a6a532249b467ff9828b432689
image: ghcr.io/archlinux/archlinux:base-devel-20260906.0.587188@sha256:002a85f88d7311d9c9207ae0178de1e62f2b8936703b107eedf03a09eabc2153

steps:
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Expand Down
Loading