Skip to content

Commit

Permalink
fix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 3, 2024
1 parent 0ef5ada commit 4b2c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ runs:
- name: Handle dependency type
shell: bash
if: ${{ runner.os != "Windows" }}
if: ${{ !startsWith(runner.os, "Windows") }}
run: |
set -eux}
FLAGS=""
Expand Down

0 comments on commit 4b2c62a

Please sign in to comment.