Skip to content

Commit a4d9445

Browse files
committed
appveyor: "export" the triplet variable in bash
1 parent d939493 commit a4d9445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ for:
145145
git fetch origin tag 2024.04.26 && git checkout 2024.04.26
146146
popd
147147
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
148-
set VCPKG_DEFAULT_TRIPLET=$platform-linux-$configuration
148+
export VCPKG_DEFAULT_TRIPLET=$platform-linux-$configuration
149149
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
150150
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
151151
before_build:
@@ -173,7 +173,7 @@ for:
173173
- |-
174174
git clone --depth 1 --branch 2024.04.26 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
175175
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
176-
set VCPKG_DEFAULT_TRIPLET=$platform-osx-$configuration
176+
export VCPKG_DEFAULT_TRIPLET=$platform-osx-$configuration
177177
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
178178
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
179179
before_build:

0 commit comments

Comments
 (0)