Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhoward committed Nov 2, 2024
1 parent 4be46c8 commit ed32887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: CMake configure
run: cmake --preset ${{matrix.os}}-x64-release
run: cmake --preset ${{matrix.os}}-x64

- name: Install glad requirements
run: pip install -r build/${{matrix.os}}-x64/_deps/glad-src/requirements.txt
Expand Down

0 comments on commit ed32887

Please sign in to comment.