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-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad
image: ghcr.io/archlinux/archlinux:base-devel-20260414.0.514366@sha256:2aba004a310a2a801fe78b43b527207185e725c64c3ea97b72fea06cb55a232b

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-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad
image: ghcr.io/archlinux/archlinux:base-devel-20260414.0.514366@sha256:2aba004a310a2a801fe78b43b527207185e725c64c3ea97b72fea06cb55a232b
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-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad
image: ghcr.io/archlinux/archlinux:base-devel-20260414.0.514366@sha256:2aba004a310a2a801fe78b43b527207185e725c64c3ea97b72fea06cb55a232b
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-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad
image: ghcr.io/archlinux/archlinux:base-devel-20260414.0.514366@sha256:2aba004a310a2a801fe78b43b527207185e725c64c3ea97b72fea06cb55a232b

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