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-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
image: ghcr.io/archlinux/archlinux:base-devel-20260322.0.504459@sha256:3342a1fb273b005bd329455523c796a4a63ac3db01ce98b918c7c25097b3200f

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-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
image: ghcr.io/archlinux/archlinux:base-devel-20260322.0.504459@sha256:3342a1fb273b005bd329455523c796a4a63ac3db01ce98b918c7c25097b3200f
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-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
image: ghcr.io/archlinux/archlinux:base-devel-20260322.0.504459@sha256:3342a1fb273b005bd329455523c796a4a63ac3db01ce98b918c7c25097b3200f
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-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
image: ghcr.io/archlinux/archlinux:base-devel-20260322.0.504459@sha256:3342a1fb273b005bd329455523c796a4a63ac3db01ce98b918c7c25097b3200f

steps:
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
Expand Down
Loading