Skip to content

Commit

Permalink
Update .github/workflows/build-cli.yml
Browse files Browse the repository at this point in the history
Co-authored-by: MtnBurrit0 <[email protected]>
  • Loading branch information
michalchecinski and mimartin12 authored Feb 22, 2024
1 parent cad5499 commit d00b4f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
build-windows:
name: Building CLI for - ${{ matrix.settings.os }} - ${{ matrix.settings.target }}
runs-on: ${{ matrix.settings.os || 'ubuntu-latest' }}
needs:
- setup
needs: setup
env:
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
strategy:
Expand Down

0 comments on commit d00b4f2

Please sign in to comment.