1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 08:34:07 +02:00

update repo url

This commit is contained in:
Robin Appelman 2025-05-23 22:25:11 +02:00
commit cbbe5f6b0b
2 changed files with 7 additions and 7 deletions

View file

@ -4,10 +4,10 @@ name: Continuous integration
jobs:
checks:
runs-on: ubuntu-latest
runs-on: nix
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/icewind/attic-action
- uses: https://codeberg.org/icewind/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
@ -15,7 +15,7 @@ jobs:
- run: nix flake check --keep-going
miri-tests:
runs-on: ubuntu-latest
runs-on: nix
needs: [checks]
strategy:
fail-fast: false
@ -24,7 +24,7 @@ jobs:
["x86_64-unknown-linux-musl", "mips64-unknown-linux-gnuabi64"]
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/icewind/attic-action
- uses: https://codeberg.org/icewind/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
@ -32,11 +32,11 @@ jobs:
- run: nix run .#miri -- test --target ${{ matrix.target }}
semver:
runs-on: ubuntu-latest
runs-on: nix
needs: checks
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/icewind/attic-action
- uses: https://codeberg.org/icewind/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me

View file

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/bitbuffer"
repository = "https://codeberg.org/icewind/bitbuffer"
rust-version = "1.65.0"
[dependencies]