Skip to content

Commit c6a5450

Browse files
committed
gha: build - fix boost cache path and extract command
1 parent 075f83e commit c6a5450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)