Skip to content

Commit

Permalink
chore: improve ci powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 7bf658e commit 348df3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
components: rustfmt

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: 'recursive'

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: success() # Run only if the generate-bindgen job succeeds
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Download generated files
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 348df3b

Please sign in to comment.