Skip to content

Commit

Permalink
shaderc: swap out linux runner for windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Oct 22, 2024
1 parent 6727c01 commit 7099570
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/shaderc.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,10 @@ jobs:
fail-fast: false
matrix:
env:
- os: ubuntu-latest
name: Linux
nuke_invoke: ./build.sh
- os: windows-2022
name: Windows
nuke_invoke: ./build.cmd
extras: ""
name: ${{ matrix.env.name }} Build
runs-on: ${{ matrix.env.os }}
steps:

0 comments on commit 7099570

Please sign in to comment.