File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 39
39
needs : linux-build
40
40
steps :
41
41
- uses : actions/checkout@v2
42
+ - name : Get Updated Changes
43
+ run : git pull origin main
42
44
- name : make library
43
45
run : |
44
46
git clone https://github.com/P-H-C/phc-winner-argon2.git argon2_library
@@ -62,14 +64,15 @@ jobs:
62
64
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/argon2_dart.git
63
65
git commit -m "create blobs for mac"
64
66
git fetch --unshallow secure-origin main
65
- git pull secure-origin main
66
67
git push secure-origin main
67
68
fi
68
69
windows-build :
69
70
runs-on : windows-latest
70
71
needs : [linux-build, mac-build]
71
72
steps :
72
73
- uses : actions/checkout@v2
74
+ - name : Get Updated Changes
75
+ run : git pull origin main
73
76
- name : Add msbuild to PATH
74
77
75
78
- name : Install Windows 8.1 SDK
95
98
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/argon2_dart.git
96
99
git commit -m "create blobs for mac"
97
100
git fetch --unshallow secure-origin main
98
- git pull secure-origin main
99
101
git push secure-origin main
100
102
fi
You can’t perform that action at this time.
0 commit comments