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:
50
50
# Commit: ec12d917a85839741f8345905f71b3e7f56d9ddc
51
51
git fetch origin ec12d917a85839741f8345905f71b3e7f56d9ddc
52
52
git checkout ec12d917a85839741f8345905f71b3e7f56d9ddc
53
- cp -r ports/boost* ../ vcmi-overlay-boost/
53
+ cp -r ports/boost* vcmi-overlay-boost/
54
54
55
55
# YASM overlay (ARM64 fix)
56
56
# Commit before changes to yasm package which seem to break ARM builds:
57
57
# https://github.com/microsoft/vcpkg/pull/45856
58
58
# Commit: 94a9df6990e426ec3fff1a4ba20016da4aafea70
59
59
git fetch origin 94a9df6990e426ec3fff1a4ba20016da4aafea70
60
60
git checkout 94a9df6990e426ec3fff1a4ba20016da4aafea70
61
- cp -r ports/yasm* ../ vcmi-overlay-yasm/
61
+ cp -r ports/yasm* vcmi-overlay-yasm/
62
62
63
63
# Switch back to master for the rest of the ports
64
64
git checkout master
You can’t perform that action at this time.
0 commit comments