nim-quic/.github/workflows
diegomrsantos ddcb31ffb7
chore: add support for i386 (#52)
This PR reuses the `install_nim` action from `nim-libp2p`to install Nim
`i386`. We aren't running the test on `i386`- as GitHub runners are
amd64, but only using Nim `i386`.

It also uses `int64` instead of `int` for `VarIntCompatible` and
`PacketNumber` to support `i386`.
2024-09-11 16:11:31 +02:00
..
test.yml chore: add support for i386 (#52) 2024-09-11 16:11:31 +02:00