mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 11:28:30 +01:00
CI: use x64-windows target triplet for vcpkg
Since vcpkg is transitioning to the host triplet by default in September 2023, this should help the CI mitigate this transition by explicitly using x64-windows target triplet.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
|||||||
sudo apt-get install -y luajit
|
sudo apt-get install -y luajit
|
||||||
elif [ "$GITHUB_OS" == "windows-latest" ];
|
elif [ "$GITHUB_OS" == "windows-latest" ];
|
||||||
then
|
then
|
||||||
vcpkg install luajit
|
vcpkg install luajit:x64-windows
|
||||||
echo "/C/vcpkg/installed/x86-windows/tools/luajit" >> $GITHUB_PATH
|
echo "/C/vcpkg/installed/x64-windows/tools/luajit" >> $GITHUB_PATH
|
||||||
echo "/C/vcpkg/installed/x86-windows/bin" >> $GITHUB_PATH
|
echo "/C/vcpkg/installed/x64-windows/bin" >> $GITHUB_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Download Submodules
|
- name: Download Submodules
|
||||||
|
Reference in New Issue
Block a user