Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 7742f9f commit 0422540
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ jobs:
components: rustfmt

- name: Checkout repository
uses: actions/checkout@v3

uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Run tests and generate bindings
env:
PHNT_VERSION: PHNT_WIN11_24H2
Expand Down Expand Up @@ -143,7 +145,7 @@ jobs:
if: success() # Run only if the generate-bindgen job succeeds
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 0422540

Please sign in to comment.