Skip to content

Commit

Permalink
fix env variable for vcpkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 29, 2024
1 parent c952841 commit 384dfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
win-vs32: {
runs-on: windows-2019,
env: {
CPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
steps: [
{
Expand Down Expand Up @@ -94,7 +94,7 @@
win-vs64: {
runs-on: windows-2019,
env: {
CPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
steps: [
{
Expand Down Expand Up @@ -127,7 +127,7 @@
win-scons: {
runs-on: windows-2019,
env: {
CPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
steps: [
{
Expand Down

0 comments on commit 384dfb0

Please # to comment.