Skip to content

Commit

Permalink
chore(ci): defining a triplet through env var
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Tom authored Sep 27, 2024
1 parent f916e63 commit 7d703f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build_with_run_vcpkg:
runs-on: ubuntu-latest

env:
VCPKG_DEFAULT_TRIPLET: x64-linux

steps:
- name: Checkout code
Expand Down

0 comments on commit 7d703f5

Please sign in to comment.