We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9771147 commit 3728c3fCopy full SHA for 3728c3f
1 file changed
.github/workflows/ci.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2022-2023 Sutou Kouhei <kou@clear-code.com>
+# Copyright 2022-2024 Sutou Kouhei <kou@clear-code.com>
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -121,7 +121,6 @@ jobs:
121
if: |
122
matrix.runs-on == 'macos-latest'
123
run: |
124
- brew update --preinstall
125
brew bundle --file=Brewfile
126
echo "DYLD_LIBRARY_PATH=${PWD}/build:${HOME}/local/lib:${DYLD_LIBRARY_PATH}" >> ${GITHUB_ENV}
127
echo "GI_TYPELIB_PATH=${HOME}/local/lib/girepository-1.0" >> ${GITHUB_ENV}
0 commit comments