From 43ee1ca1d5bb7449f901d98fb725043fbc9b503c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 11 Mar 2024 14:42:04 +0900 Subject: [PATCH] CI: Don't update preinstalled packages fix: #68 If preinstalled Python is updated, it conflicts with system Python. --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63a7a9c..1e3989d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Sutou Kouhei +# Copyright 2022-2024 Sutou Kouhei # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ jobs: if: | matrix.runs-on == 'macos-latest' run: | - brew update --preinstall brew bundle --file=Brewfile echo "DYLD_LIBRARY_PATH=${PWD}/build:${HOME}/local/lib:${DYLD_LIBRARY_PATH}" >> ${GITHUB_ENV} echo "GI_TYPELIB_PATH=${HOME}/local/lib/girepository-1.0" >> ${GITHUB_ENV}