mirror of https://github.com/aminya/setup-cpp
ci: check out the branch in the build job
This commit is contained in:
parent
efdf36d38c
commit
b2a7ceb1aa
|
@ -32,6 +32,8 @@ jobs:
|
|||
- 9.10.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
|
Loading…
Reference in New Issue