Skip to content

Commit

Permalink
Revert BUILD_TYPE use
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria committed Aug 24, 2021
1 parent a7d25eb commit 4b2f11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ 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

0 comments on commit 4b2f11d

Please sign in to comment.