Skip to content

Commit

Permalink
Update msvc-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melchi45 authored Jan 25, 2022
1 parent 53c406a commit 01064c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/msvc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ on:
env:
# Path to the CMake build directory.
build: '${{ github.workspace }}/build'
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
OUT_PATH: install
CHECKOUT_REF: 'v103.0.13'
# ARCHIVE_NAME: ${{ github.event.repository.name }}-${{env.CHECKOUT_REF}}
ARCHIVE_NAME: ${{ github.event.repository.name }}

jobs:
analyze:
Expand Down

0 comments on commit 01064c8

Please sign in to comment.