Skip to content

Commit

Permalink
Rollback OnPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 10, 2024
1 parent 761894e commit e383d04
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,15 @@ jobs:
working-directory: ${{github.workspace}}/vcpkg
run: .\bootstrap-vcpkg.bat

- name: Initialize MSVC Environment Windows
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{runner.arch}}

- name: Install Packages MSVC
if: runner.os == 'Windows' && matrix.compiler == 'MSVC'
working-directory: ${{github.workspace}}/vcpkg
run: $env:PATH+=";$env:LIB"; vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows
run: vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows

- name: Install Packages MinGW
if: runner.os == 'Windows' && matrix.compiler == 'MinGW'
working-directory: ${{github.workspace}}/vcpkg
run: $env:PATH+=";$env:LIB"; vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-mingw-dynamic
run: vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-mingw-dynamic

- name: Archive vcpkg Logs
if: ${{ !cancelled() }}
Expand Down

0 comments on commit e383d04

Please sign in to comment.