Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: .github/workflows/
Date: Sun, 06 Feb 2022 14:31:32
Message-Id: 1644157882.d89fc5c0d2aabe66f2ccf3214d6ed3ad429a021f.grobian@gentoo
1 commit: d89fc5c0d2aabe66f2ccf3214d6ed3ad429a021f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 14:31:22 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 14:31:22 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d89fc5c0
7
8 .github: try to fix macOS build
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 .github/workflows/build-test-ci.yml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
16 index e211b89..7f3a262 100644
17 --- a/.github/workflows/build-test-ci.yml
18 +++ b/.github/workflows/build-test-ci.yml
19 @@ -57,6 +57,7 @@ jobs:
20 runs-on: ${{ matrix.os }}
21 env:
22 CC: ${{ matrix.cc }}
23 + PATH: "$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
24 steps:
25 - name: install deps
26 run: brew install gpgme gnupg gnu-sed coreutils bash openssl