File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 persist-credentials : false
4545 submodules : true
4646
47- - name : Configure Git to use GITHUB_TOKEN for Cargo
48- run : git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
47+ # - name: Configure Git to use GITHUB_TOKEN for Cargo
48+ # run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
4949
5050 - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
5151 with :
5555 - run : rustup target add x86_64-unknown-linux-musl
5656 if : ${{ matrix.os == 'ubuntu-latest' }}
5757
58- - run : cargo check --all-targets --all-features
58+ - run : git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git
59+ - run : cargo check --verbose --all-targets --all-features
5960 env :
6061 RUSTFLAGS : ' -D warnings --cfg tokio_unstable' # also update .cargo/config.toml
6162
You can’t perform that action at this time.
0 commit comments