Skip to content

Commit ad13557

Browse files
committed
Add MacOS vcpkg triplet
1 parent 9290195 commit ad13557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ jobs:
706706
run: |
707707
git clone https://github.com/Microsoft/vcpkg.git vcpkg
708708
./vcpkg/bootstrap-vcpkg.sh
709-
./vcpkg/vcpkg install tclap glm glew sfml stb
709+
./vcpkg/vcpkg --triplet=x64-osx install tclap glm glew sfml stb
710710
711711
- name: Set up compiler flags
712712
run: |

0 commit comments

Comments
 (0)