Skip to content

Commit

Permalink
CI: Don't update preinstalled packages (#69)
Browse files Browse the repository at this point in the history
fix: #68

If preinstalled Python is updated, it conflicts with system Python.
  • Loading branch information
kou committed Mar 11, 2024
1 parent 9771147 commit 3728c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022-2023 Sutou Kouhei <kou@clear-code.com>
# Copyright 2022-2024 Sutou Kouhei <kou@clear-code.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 3728c3f

Please sign in to comment.