Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 17, 2024
1 parent d873e56 commit 3b0a500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: sdist
path: sdist
- name: Build wheels
if: ! startsWith(matrix.os, 'windows')
if: startsWith(matrix.os, 'windows') == true
run: release-scripts/build_wheels.sh sdist
- name: Build wheels
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 3b0a500

Please sign in to comment.