Skip to content

Commit

Permalink
upload/download brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 30, 2024
1 parent f26943b commit 5d1eaa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-tebako/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ runs:
with:
xcode-version: ${{ env.XCODE_VERSION }}

- name: Download Brewfile
if: runner.os == 'macOS'
uses: actions/download-artifact@v4
with:
name: brewfile

- name: Install brew packages
if: runner.os == 'macOS'
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/gem-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ jobs:
name: actions
path: .github/actions

- name: Download Brewfile
uses: actions/download-artifact@v4
with:
name: brewfile

- name: Setup ci environment
uses: ./.github/actions/setup-tebako
with:
Expand Down

0 comments on commit 5d1eaa9

Please sign in to comment.