Skip to content

Commit

Permalink
[ci] Don't install brew items already in image (#62)
Browse files Browse the repository at this point in the history
Fixes warnings in actions log
  • Loading branch information
sciencewhiz authored Jun 23, 2024
1 parent 7167b9f commit 6480236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prep MacOS
if: contains(matrix.host.runner, 'macos')
run: brew install rsync xz gmp mpfr libmpc isl texinfo
run: brew install rsync texinfo
- uses: actions/download-artifact@v4
with:
name: roborio-academic-cortexa9_vfpv3-sysroot
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prep MacOS
if: contains(matrix.host.runner, 'macos')
run: brew install rsync xz gmp mpfr libmpc isl texinfo
run: brew install rsync texinfo
- uses: actions/download-artifact@v4
with:
name: bullseye-armhf-sysroot
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prep MacOS
if: contains(matrix.host.runner, 'macos')
run: brew install rsync xz gmp mpfr libmpc isl texinfo
run: brew install rsync texinfo
- uses: actions/download-artifact@v4
with:
name: bullseye-arm64-sysroot
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prep MacOS
if: contains(matrix.host.runner, 'macos')
run: brew install rsync xz gmp mpfr libmpc isl texinfo
run: brew install rsync texinfo
- uses: actions/download-artifact@v4
with:
name: raspi-bullseye-armhf-sysroot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prep MacOS
if: contains(matrix.host.runner, 'macos')
run: brew install rsync xz gmp mpfr libmpc isl texinfo
run: brew install rsync texinfo
- uses: actions/download-artifact@v4
with:
name: {{ target.os }}-{{ target.port }}-sysroot
Expand Down

0 comments on commit 6480236

Please sign in to comment.