Skip to content

Commit

Permalink
Merge pull request #86 from prashanthr05/actions/remove-deprecation
Browse files Browse the repository at this point in the history
[workflows] remove use of deprecated set-env in Github Action
  • Loading branch information
prashanthr05 authored Nov 3, 2020
2 parents 740055f + 413049a commit 518f5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
YARP_TAG: v3.3.2
ICUB_TAG: v1.15.0
iDynTree_TAG: v1.1.0
# Overwrite the VCPKG_INSTALLATION_ROOT env variable defined by Github Actions to point to our vcpkg
VCPKG_INSTALLATION_ROOT: C:\robotology\vcpkg

jobs:
build:
Expand Down Expand Up @@ -62,8 +64,6 @@ jobs:
md C:/robotology/vcpkg
wget https://github.com/robotology/robotology-superbuild-dependencies-vcpkg/releases/download/${env:vcpkg_robotology_TAG}/vcpkg-robotology.zip
unzip vcpkg-robotology.zip -d C:/robotology/vcpkg
# Overwrite the VCPKG_INSTALLATION_ROOT env variable defined by Github Actions to point to our vcpkg
echo "::set-env name=VCPKG_INSTALLATION_ROOT::C:/robotology/vcpkg"
- name: Dependencies [macOS]
if: matrix.os == 'macOS-latest'
Expand Down

0 comments on commit 518f5fc

Please sign in to comment.