Skip to content

Commit

Permalink
fixes install_nimble action
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jan 12, 2024
1 parent cdac37d commit f2d4764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_nimble/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
fi
if [[ '${{ inputs.os }}' == 'macos' ]]; then
OS=apple
OS=macosx
else
OS='${{ inputs.os }}'
fi
Expand Down

0 comments on commit f2d4764

Please sign in to comment.