ci: Use image with GDB (#2430)

This commit is contained in:
Ayaz Salikhov
2025-08-13 18:54:53 +01:00
committed by GitHub
parent 0d262e74bc
commit 7558348d14
12 changed files with 18 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ jobs:
name: Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
runs-on: heavy
container:
image: ghcr.io/xrplf/clio-ci:de9b79adf037bbdb7364b4a8bd8bbd955cb547a7
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
steps:
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
needs: build
runs-on: heavy
container:
image: ghcr.io/xrplf/clio-ci:de9b79adf037bbdb7364b4a8bd8bbd955cb547a7
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
steps:
- uses: actions/download-artifact@v5