The (very WIP) home of the next versions of my web presences

build: use musl for lint as well as release build

Otherwise, the cache won't work across the two of them.

Changed files
+2
.github
workflows
+2
.github/workflows/CI and CD.yml
··· 54 54 steps: 55 55 - uses: actions/checkout@v4 56 56 - uses: actions-rust-lang/setup-rust-toolchain@v1 57 + with: 58 + target: x86_64-unknown-linux-musl 57 59 - uses: Swatinem/rust-cache@v2 58 60 - uses: taiki-e/install-action@nextest 59 61 - run: cargo fmt --all --quiet -- --check