Skip to content

Commit bb7a4f6

Browse files
committed
Set correct version
1 parent 81a9a5a commit bb7a4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
architecture:
1919
- platform: linux/amd64
2020
runner: ubuntu-24.04
21-
- platform: linux/arm64
22-
runner: ubuntu-24.04-arm
21+
# - platform: linux/arm64
22+
# runner: ubuntu-24.04-arm
2323
docker:
2424
- image: ghcr.io/xrplf/ci/debian-bookworm:gcc-12
2525
# - image: ghcr.io/xrplf/ci/debian-bookworm:gcc-13
@@ -31,7 +31,7 @@ jobs:
3131
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-20
3232
package:
3333
- name: snappy
34-
version: 1.10.0
34+
version: 1.1.10
3535
runs-on: ${{ matrix.architecture.runner }}
3636
container: ${{ matrix.docker.image }}
3737
steps:

0 commit comments

Comments
 (0)