Skip to content

Commit

Permalink
github workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Aug 2, 2024
1 parent 45760ee commit 0286804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
runs-on: ${{ matrix.host_os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- name: Prepare
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:

runs-on: ${{ matrix.host_os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- name: Prepare
shell: bash
Expand Down

0 comments on commit 0286804

Please sign in to comment.