File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050 # Commit: ec12d917a85839741f8345905f71b3e7f56d9ddc
5151 git fetch origin ec12d917a85839741f8345905f71b3e7f56d9ddc
5252 git checkout ec12d917a85839741f8345905f71b3e7f56d9ddc
53- cp -r ports/boost* ../ vcmi-overlay-boost/
53+ cp -r ports/boost* vcmi-overlay-boost/
5454
5555 # YASM overlay (ARM64 fix)
5656 # Commit before changes to yasm package which seem to break ARM builds:
5757 # https://github.com/microsoft/vcpkg/pull/45856
5858 # Commit: 94a9df6990e426ec3fff1a4ba20016da4aafea70
5959 git fetch origin 94a9df6990e426ec3fff1a4ba20016da4aafea70
6060 git checkout 94a9df6990e426ec3fff1a4ba20016da4aafea70
61- cp -r ports/yasm* ../ vcmi-overlay-yasm/
61+ cp -r ports/yasm* vcmi-overlay-yasm/
6262
6363 # Switch back to master for the rest of the ports
6464 git checkout master
You can’t perform that action at this time.
0 commit comments