Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 4, 2023
1 parent 37d39fb commit 772b479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/common-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
jobs:
build:
runs-on: ${{ inputs.os }}
env:
EXT: ${{ (runner.os == 'Windows') && '.exe' || '' }}
steps:
- name: Set EXT variable
run: echo "EXT=$(if [[ ${{ runner.os }} == 'Windows' ]]; then echo '.exe'; else echo ''; fi)" >> $GITHUB_ENV

- name: Checkout cpp-oasvalidator
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 772b479

Please sign in to comment.