mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Actions fixes for setup-dependencies/macOS and package/Windows (#4182)
This commit is contained in:
commit
fcd3852621
2 changed files with 1 additions and 3 deletions
3
.github/actions/package/windows/action.yml
vendored
3
.github/actions/package/windows/action.yml
vendored
|
|
@ -14,8 +14,7 @@ inputs:
|
|||
required: true
|
||||
msystem:
|
||||
description: MSYS2 subsystem to use
|
||||
required: true
|
||||
default: false
|
||||
required: false
|
||||
windows-codesign-cert:
|
||||
description: Certificate for signing Windows builds
|
||||
required: false
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ runs:
|
|||
echo "VCPKG_BINARY_SOURCES=clear;nuget,$FEED_URL,readwrite" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Setup vcpkg environment
|
||||
if: ${{ inputs.build-type == 'Debug' }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> "$GITHUB_ENV"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue