Skip to content

Commit

Permalink
Upgrade hustcer/setup-nu to v3.10 to fix macOS arm64 build errors (nu…
Browse files Browse the repository at this point in the history
…shell#12681)

Upgrade hustcer/setup-nu to
[v3.10](https://github.com/hustcer/setup-nu/releases/tag/v3.10) to fix
macOS arm64 build errors
Release Testing:
https://github.com/nushell/nightly/actions/runs/8856404620
  • Loading branch information
hustcer committed Apr 27, 2024
1 parent 02de69d commit 76d1d70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
if: github.repository == 'nushell/nightly'
with:
version: 0.91.0
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0

Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
ref: main

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.9
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0

Expand Down

0 comments on commit 76d1d70

Please sign in to comment.