zig-bitcoin / btczee

Bitcoin protocol implementation in Zig.
https://zig-bitcoin.github.io/btczee/
MIT License
38 stars 26 forks source link

ci: deduplicate zig version #38

Open tdelabro opened 3 weeks ago

tdelabro commented 3 weeks ago
env:
  ZIG_VERSION: 0.14.0-dev.1550+4fba7336a

is present twice in our CI, one for each file.

Because we are using the master branch of the Zig language, this hash gets obsolete quite quickly and has to be changed frequently. It would be better to have it declared only a single time and shared between all the CI's workflow. It would avoid forgetting editing one the files

Jonatan-Chaverri commented 1 week ago

Can I work on this one?