Skip to content

Commit

Permalink
Do not try and handle deps on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 3, 2024
1 parent a48ddc1 commit 0ef5ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ runs:
- name: Handle dependency type
shell: bash
if: ${{ runner.os != "Windows" }}
run: |
set -eux
set -eux}
FLAGS=""
if [ $DEPENDENCY_TYPE == 'pre' ]; then
FLAGS="--prerelease=allow"
Expand Down

0 comments on commit 0ef5ada

Please sign in to comment.