Skip to content

Commit 60870c4

Browse files
committed
fix library builder pulls
1 parent efe5283 commit 60870c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dargon2_library-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Get Updated Changes
50-
run: git pull origin main
50+
run: git pull origin ${GITHUB_REF##*/}
5151
- name: Make & Copy Library
5252
run: |
5353
git clone https://github.com/P-H-C/phc-winner-argon2.git argon2_library
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v2
8787
- name: Get Updated Changes
88-
run: git pull origin main
88+
run: git pull origin ${GITHUB_REF##*/}
8989
- name: Add msbuild to PATH
9090
uses: microsoft/[email protected]
9191
- name: Install Windows 8.1 SDK

0 commit comments

Comments
 (0)