Skip to content

Commit bbb9a0b

Browse files
committed
ci: debug
1 parent 3a82371 commit bbb9a0b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
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:
@@ -55,7 +55,8 @@ jobs:
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

0 commit comments

Comments
 (0)