Skip to content

Commit 392e6a0

Browse files
committed
ci: debug
1 parent 85add1c commit 392e6a0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ 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/"
49-
5047
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
5148
with:
5249
save-cache: ${{ github.ref_name == 'main' }}
@@ -55,7 +52,9 @@ jobs:
5552
- run: rustup target add x86_64-unknown-linux-musl
5653
if: ${{ matrix.os == 'ubuntu-latest' }}
5754

58-
- run: git clone https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/voidzero-dev/vite-task.git
55+
- name: Configure Git for access to vite-task
56+
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
57+
5958
- run: cargo check --verbose --all-targets --all-features
6059
env:
6160
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml

0 commit comments

Comments
 (0)