Skip to content

Commit 077424e

Browse files
committed
ci: debug
1 parent bbb9a0b commit 077424e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,14 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343
with:
44-
persist-credentials: false
44+
persist-credentials: true
4545
submodules: true
4646

47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
with:
49+
repository: voidzero-dev/vite-task
50+
path: vite-task1
51+
4752
# - name: Configure Git to use GITHUB_TOKEN for Cargo
4853
# run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
4954

@@ -55,7 +60,7 @@ jobs:
5560
- run: rustup target add x86_64-unknown-linux-musl
5661
if: ${{ matrix.os == 'ubuntu-latest' }}
5762

58-
- run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git
63+
- run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git vite-task2
5964
- run: cargo check --verbose --all-targets --all-features
6065
env:
6166
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml

0 commit comments

Comments
 (0)