[go: up one dir, main page]

Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 29, 2024
1 parent eb9f8ce commit 705783b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
timeout-minutes: 10
with:
toolchain: stable

Expand All @@ -65,7 +66,7 @@ jobs:
exclude: ".git|.github|.husky|src"
depth: 3

- name: Set up zip tool
- name: Set up zip tool on Windows
if: runner.os == 'Windows'
run: choco install zip
shell: pwsh
Expand Down

0 comments on commit 705783b

Please sign in to comment.