Skip to content

Commit 3728c3f

Browse files
authored
CI: Don't update preinstalled packages (#69)
fix: #68 If preinstalled Python is updated, it conflicts with system Python.
1 parent 9771147 commit 3728c3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 Sutou Kouhei <kou@clear-code.com>
1+
# Copyright 2022-2024 Sutou Kouhei <kou@clear-code.com>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -121,7 +121,6 @@ jobs:
121121
if: |
122122
matrix.runs-on == 'macos-latest'
123123
run: |
124-
brew update --preinstall
125124
brew bundle --file=Brewfile
126125
echo "DYLD_LIBRARY_PATH=${PWD}/build:${HOME}/local/lib:${DYLD_LIBRARY_PATH}" >> ${GITHUB_ENV}
127126
echo "GI_TYPELIB_PATH=${HOME}/local/lib/girepository-1.0" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)