Skip to content

Commit

Permalink
Fix profile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw committed Sep 24, 2024
1 parent 1e176a9 commit b363274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/conan_windows_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
conan user -r %CONAN_LKEB_ARTIFACTORY% -p ${{ inputs.conan-password }} ${{ inputs.conan-user }}
conan profile new action_build
conan profile update settings.os=Windows action_build
conan profile update settings.arch=${{ inputs.build-arch }}action_build
conan profile update settings.arch=${{ inputs.build-arch }} action_build
conan profile update settings.compiler="Visual Studio" action_build
conan profile update settings.compiler.version=${{ inputs.conan-visual-version }} action_build
conan profile show action_build
Expand Down

0 comments on commit b363274

Please sign in to comment.