Skip to content

Commit

Permalink
SUM Remove Unnecessary Parts of Workflows
Browse files Browse the repository at this point in the history
^@ Fix workflow Yaml syntax problem.
  • Loading branch information
ren-yc committed Mar 25, 2023
1 parent 6a15e9a commit 06de1ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: ${{ format('{0}-{1}', matrix.platform, matrix.config) }}
configurePresetAdditionalArgs: ${{ format('"[\'-DCMAKE_TOOLCHAIN_FILE=\"{0}/scripts/buildsystems/vcpkg.cmake\"\']"', env.VCPKG_ROOT) }}
buildPreset: ${{ format('{0}-{1}', matrix.platform, matrix.config) }}
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: windows-release
configurePresetAdditionalArgs: ${{ format('"[\'-DCMAKE_TOOLCHAIN_FILE=\"{0}/scripts/buildsystems/vcpkg.cmake\"\']"', env.VCPKG_ROOT) }}
buildPreset: windows-release
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 06de1ad

Please sign in to comment.