File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ jobs:
114114 uses : actions/cache@v4
115115 id : cache-boost
116116 with :
117- path : boost-${{ env.BOOST_VERSION }}
117+ path : boost-${{ env.BOOST_VERSION_UNDERSCORE }}
118118 key : ${{ runner.os }}-boost-${{ env.BOOST_VERSION }}
119119 - if : ${{ (runner.os == 'Windows' && steps.cache-boost.outputs.cache-hit != 'true' ) }}
120120 name : Download Boost
121121 run : |
122122 curl -L https://archives.boost.io/release/${{env.BOOST_VERSION}}/source/boost_${{env.BOOST_VERSION_UNDERSCORE}}.zip --output boost-${{ env.BOOST_VERSION }}.zip
123- Expand-Archive boost-${{ env.OPENVR_VERSION }}.zip -DestinationPath .
123+ Expand-Archive boost-${{ env.BOOST_VERSION }}.zip -DestinationPath .
124124
125125 # - if: runner.os == 'Linux'
126126 # name: Install OpenXR and OpenVR
You can’t perform that action at this time.
0 commit comments