Skip to content

Commit

Permalink
okay I guess we need something from build in order to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgrantham-lunarg committed May 17, 2024
1 parent b425e83 commit 2356764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
- name: Set WindowsSDKVersion
run:
echo ("WindowsSDKVersion=10.0.20348.0") >> $env:GITHUB_ENV
- name: Run build script
python scripts\build.py --skip-check-code-style --skip-tests --config ${{ matrix.config.type }} --parallel 0
- name: Check generated code
run: |
git fetch origin ${{ github.base_ref }} # Fetch target branch to FETCH_HEAD for generated code check
Expand Down

0 comments on commit 2356764

Please sign in to comment.