Skip to content

Commit

Permalink
Configuration - Remove platform-specific vcpkg dependency installatio…
Browse files Browse the repository at this point in the history
…n steps from GitHub Actions workflow
  • Loading branch information
dpasukhi committed Dec 10, 2024
1 parent affff50 commit 190e886
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-occt-with-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ jobs:
.\vcpkg\bootstrap-vcpkg.bat
shell: cmd

- name: Install dependencies with vcpkg (Unix)
if: runner.os != 'Windows'
run: |
./vcpkg/vcpkg install --triplet x64-linux
shell: bash

- name: Install dependencies with vcpkg (Windows)
if: runner.os == 'Windows'
run: |
.\vcpkg\vcpkg install --triplet x64-windows
shell: cmd

- name: Configure OCCT (Unix)
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit 190e886

Please sign in to comment.