Skip to content

Commit

Permalink
Add linux to github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ccummingsNV committed Jan 17, 2025
1 parent da4a267 commit 711af80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows]
os: [windows, linux]
python: ["3.10"]
include:
- { os: windows, runs-on: { group: nvrgfx, labels: [Windows, X64] } }
- { os: linux, runs-on: { group: nvrgfx, labels: [Linux, X64] } }

env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
Expand Down

0 comments on commit 711af80

Please sign in to comment.