Skip to content

Commit

Permalink
Change: use the matrix name when building
Browse files Browse the repository at this point in the history
  • Loading branch information
mjshakir committed May 29, 2024
1 parent 6bf6303 commit 692d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:
run: Get-ChildItem -Recurse build/

- name: Build
run: cmake --build build --config Release --verbose
run: cmake --build build/${{ matrix.config.name }} --config Release --verbose

0 comments on commit 692d60d

Please sign in to comment.