8484 - run : rustup target add x86_64-unknown-linux-musl
8585 if : ${{ matrix.os == 'ubuntu-latest' }}
8686
87- - name : Configure Git for access to vite-task
88- run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
89-
9087 - run : cargo check --all-targets --all-features
9188 env :
9289 RUSTFLAGS : ' -D warnings --cfg tokio_unstable' # also update .cargo/config.toml
@@ -104,9 +101,6 @@ jobs:
104101 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
105102 - uses : ./.github/actions/clone
106103
107- - name : Configure Git for access to vite-task
108- run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
109-
110104 - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
111105 with :
112106 save-cache : ${{ github.ref_name == 'main' }}
@@ -138,9 +132,6 @@ jobs:
138132 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
139133 - uses : ./.github/actions/clone
140134
141- - name : Configure Git for access to vite-task
142- run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
143-
144135 - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
145136 with :
146137 save-cache : ${{ github.ref_name == 'main' }}
@@ -190,9 +181,6 @@ jobs:
190181 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
191182 - uses : ./.github/actions/clone
192183
193- - name : Configure Git for access to vite-task
194- run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
195-
196184 # Disable Windows Defender real-time scanning to speed up I/O-heavy builds (~30-50% faster)
197185 - name : Disable Windows Defender
198186 if : runner.os == 'Windows'
@@ -575,9 +563,6 @@ jobs:
575563 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
576564 - uses : ./.github/actions/clone
577565
578- - name : Configure Git for access to vite-task
579- run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
580-
581566 - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
582567 with :
583568 save-cache : ${{ github.ref_name == 'main' }}
0 commit comments