Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Set vcpkg root globally
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 28, 2023
1 parent 873c5ec commit f6798e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
- cron: "0 2 * * SAT"

env:
VCPKG_ROOT: C:\dartsim\vcpkg
VCPKG_VERSION: "2023.06.20"

jobs:
setup_and_build_base:
runs-on: windows-2022
env:
VCPKG_ROOT: C:\dartsim\vcpkg
VCPKG_VERSION: "2023.06.20"
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -56,14 +57,12 @@ jobs:
# - zip-name: "vcpkg-dartsim-deps-cuda-v8.0"
# deps: "eigen3 fmt pkgconf assimp bullet3 ccd coin-or-ipopt cuda fcl glew imgui nlopt ode opencl opengl osg pybind11 spdlog tbb tinyxml2 urdfdom"

env:
VCPKG_ROOT: C:\dartsim\vcpkg

steps:
- name: Download Base Artifacts
uses: actions/download-artifact@v3
with:
name: base
path: ${{ env.VCPKG_ROOT }}

# Install CUDA Toolkit conditionally
- uses: Jimver/[email protected]
Expand Down

0 comments on commit f6798e1

Please sign in to comment.