File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 G4W_SDK_REPO : git-for-windows/git-sdk-64
4747 steps :
48- - uses : actions/download-artifact@v4
49- with :
50- name : install
51- run-id : 12948758598
52- github-token : ${{ secrets.GITHUB_TOKEN }}
53- repository : ${{ github.repository }}
5448 - name : get latest successful ci-artifacts run
5549 # Cannot just grab from https://github.com/git-for-windows/git-sdk-64/releases/tag/ci-artifacts
5650 # because we also need the git-artifacts
8579 exit $?
8680 done
8781 ls -la
82+ - uses : actions/download-artifact@v4
83+ with :
84+ name : install
85+ run-id : 12948758598
86+ github-token : ${{ secrets.GITHUB_TOKEN }}
87+ repository : ${{ github.repository }}
8888 - name : overwrite MSYS2 runtime with the just-built msys2-runtime
8989 shell : bash
9090 run : |
You can’t perform that action at this time.
0 commit comments