2323        with :
2424          ref : ${{ github.ref }} 
2525      - name : setup sccache 
26-         uses : 
mozilla-actions/[email protected] .8   26+         uses : 
mozilla-actions/[email protected] .9   2727        with :
2828          version : " v0.7.7" 
2929      - uses : dtolnay/rust-toolchain@master 
@@ -41,35 +41,17 @@ jobs:
4141            aarch64-apple-darwin \ 
4242            x86_64-apple-darwin \ 
4343            x86_64-pc-windows-gnu 
44-          env :
45-           SCCACHE_GHA_ENABLED : " true" 
46-           RUSTC_WRAPPER : " sccache" 
4744
4845       - name : Install cargo zigbuild 
4946        run : cargo install --locked cargo-zigbuild 
50-         env :
51-           SCCACHE_GHA_ENABLED : " true" 
52-           RUSTC_WRAPPER : " sccache" 
5347      - name : macOS - build universal2 
5448        run : cargo zigbuild --target universal2-apple-darwin --release 
55-         env :
56-           SCCACHE_GHA_ENABLED : " true" 
57-           RUSTC_WRAPPER : " sccache" 
5849      - name : Linux - build x86_64 musl 
5950        run : cargo zigbuild --target x86_64-unknown-linux-musl --release 
60-         env :
61-           SCCACHE_GHA_ENABLED : " true" 
62-           RUSTC_WRAPPER : " sccache" 
6351      - name : Linux - build aarch64 musl 
6452        run : cargo zigbuild --target aarch64-unknown-linux-musl --release 
65-         env :
66-           SCCACHE_GHA_ENABLED : " true" 
67-           RUSTC_WRAPPER : " sccache" 
6853      - name : Windows - build x86_64 musl 
6954        run : cargo zigbuild --target x86_64-pc-windows-gnu --release 
70-         env :
71-           SCCACHE_GHA_ENABLED : " true" 
72-           RUSTC_WRAPPER : " sccache" 
7355      - name : Move / Rename Artifacts 
7456        run : | 
7557          mv target/x86_64-unknown-linux-musl/release/rewatch ./rewatch-linux 
0 commit comments