From 042254084b14e565362cc1a55c1f0e6bd29083fc Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 07:01:55 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 53809bf..d272829 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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