Skip to content

Commit

Permalink
Removed unnecessary BUILD_TYPE use
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria authored Aug 24, 2021
1 parent 6f18476 commit a7d25eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
-S . \
-B build \
-DSUPERSHADER_VERSION:STRING="${{ github.event.release.tag_name }}" \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-G "${{ matrix.config.generators }}" \
-DCMAKE_INSTALL_PREFIX:PATH=instdir
Expand Down Expand Up @@ -179,4 +178,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit a7d25eb

Please sign in to comment.