Skip to content

Commit ca489a4

Browse files
committed
call brew directly
1 parent 2ec56f8 commit ca489a4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20+
21+
- name: Run sccache-cache
22+
uses: mozilla-actions/sccache-action@v0.0.7
23+
2024
- name: Tap ffmpeg
2125
run: |
2226
brew tap homebrew-ffmpeg/ffmpeg
23-
- name: Run sccache-cache
24-
uses: mozilla-actions/sccache-action@v0.0.7
2527
26-
- name: Set Environment Variables
28+
- name: Install ffmpeg
29+
env:
30+
CC: sccache clang
2731
run: |
28-
echo "CC=sccache clang" >> $GITHUB_ENV
29-
echo "CXX=sccache clang++" >> $GITHUB_ENV
30-
31-
- uses: gerlero/brew-install@v1
32-
with:
33-
packages: homebrew-ffmpeg/ffmpeg/ffmpeg
34-
32+
brew install homebrew-ffmpeg/ffmpeg/ffmpeg

0 commit comments

Comments
 (0)