Skip to content

Commit b7a8a2d

Browse files
authored
CI: fix caching of cairo (#3419)
I forgot to change the path after moving around the file.
1 parent b7eefca commit b7a8a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ci_build_cairo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
VENV_NAME = "meson-venv"
2828
BUILD_DIR = "build"
29-
INSTALL_PREFIX = Path(__file__).parent.parent / "third_party" / "cairo"
29+
INSTALL_PREFIX = Path(__file__).parent.parent.parent / "third_party" / "cairo"
3030

3131
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s %(message)s")
3232
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)