Skip to content

Commit 4610284

Browse files
authored
Update rebuildDependencies.yml
1 parent 7508dc5 commit 4610284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)