Skip to content

Commit bc34e00

Browse files
committed
fixed pointless .env
1 parent 8ec8d42 commit bc34e00

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/code_ql_analysis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
packaging_maintainer_mode: ${{ matrix.packaging_maintainer_mode }}
5757
generator: ${{ matrix.generator }}
5858

59-
- name: Project Name
60-
uses: cardinalby/export-env-action@v2
61-
with:
62-
envFile: '.github/constants.env'
63-
64-
6559
- name: Setup Cpp
6660
uses: aminya/setup-cpp@v1
6761
with:
@@ -83,7 +77,7 @@ jobs:
8377
# has meaningful results
8478
- name: Configure CMake
8579
run: |
86-
cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ env.PROJECT_NAME }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
80+
cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ VMAware }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
8781
8882
# Initializes the CodeQL tools for scanning.
8983
- name: Initialize CodeQL

0 commit comments

Comments
 (0)