Skip to content

Commit

Permalink
remove vcpkg step from release
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Dec 5, 2023
1 parent 0cbf62c commit 658192f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ jobs:
- name: Install Dependencies
run: bash ./scripts/ubuntu-22.04/1-install-deps.sh

- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true

- name: Create Build Environment
run: bash ./scripts/ubuntu-22.04/2-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'

Expand All @@ -136,7 +131,7 @@ jobs:
asset_content_type: application/x-elf

upload-release-files-windows:
name: Upload Windows Release Files
name: Build and upload Windows Release Files
runs-on: windows-latest
needs: create-release
env:
Expand All @@ -153,11 +148,6 @@ jobs:
with:
submodules: 'recursive'

- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true

- name: Create Build Environment
shell: bash
run: ./scripts/windows/1-configure.sh
Expand Down

0 comments on commit 658192f

Please sign in to comment.