Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 11, 2024
1 parent 40f1718 commit 9a6089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
repository: "${{ github.repository }}"
additional_zig_opts: "${{ matrix.repo == 'cimgui' && '-Dplatform=GLFW -Drenderer=Vulkan' || '' }}"
sha: "${{ github.sha }}"
sha: "${{ github.event.pull_request.head.sha }}"
user: "${{ matrix.repo }}.zig"
token: "${{ github.token }}"
test_build: 'false'
Expand Down

0 comments on commit 9a6089a

Please sign in to comment.