Skip to content

Commit

Permalink
Fix version comparator
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Sep 19, 2024
1 parent 3904ee3 commit b560a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test mandatory targets
run: |
if "${{ inputs.vss-version }}" != ""; then
if [ "${{ inputs.vss-version }}" != "" ]; then
export VSS_VERSION="${{ inputs.vss-version }}"
fi
make mandatory_targets
Expand Down

0 comments on commit b560a1b

Please sign in to comment.