Skip to content
Open
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-20260517.0.530662@sha256:89cb828d617b33b2b79e5c18bb090a2467f7d6fcffdec27fce8472e015d2576d
image: ghcr.io/archlinux/archlinux:base-devel-20260523.0.534738@sha256:f2f627be5f8eec107730e3a189b7eca19a112445351634f633a8a348bcbc6fb6

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-20260517.0.530662@sha256:89cb828d617b33b2b79e5c18bb090a2467f7d6fcffdec27fce8472e015d2576d
image: ghcr.io/archlinux/archlinux:base-devel-20260523.0.534738@sha256:f2f627be5f8eec107730e3a189b7eca19a112445351634f633a8a348bcbc6fb6
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-20260517.0.530662@sha256:89cb828d617b33b2b79e5c18bb090a2467f7d6fcffdec27fce8472e015d2576d
image: ghcr.io/archlinux/archlinux:base-devel-20260523.0.534738@sha256:f2f627be5f8eec107730e3a189b7eca19a112445351634f633a8a348bcbc6fb6
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-20260517.0.530662@sha256:89cb828d617b33b2b79e5c18bb090a2467f7d6fcffdec27fce8472e015d2576d
image: ghcr.io/archlinux/archlinux:base-devel-20260523.0.534738@sha256:f2f627be5f8eec107730e3a189b7eca19a112445351634f633a8a348bcbc6fb6

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