Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb authored Oct 23, 2023
1 parent b196867 commit f91785a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Homebrew & Various Tools
run: |
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git ccache autoconf libtool automake pkg-config sassc optipng python bison flex cmake itstool
brew install git ccache autoconf libtool automake pkg-config sassc optipng python bison flex cmake itstool gnu-sed
- name: Setup JHbuild
run: |
Expand Down Expand Up @@ -63,12 +63,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v3

- name: Extract Environment
working-directory: /
shell: 'bash'
run: |
brew install git ccache autoconf libtool automake pkg-config sassc optipng python bison flex cmake itstool gnu-sed
pwd
mkdir -p $HOME/Source
tar -xzf /Users/runner/work/meld/meld/Environment/environment.tar.gz
Expand All @@ -81,6 +82,7 @@ jobs:
- name: Install Icon Theme
run: |
alias sed=gsed
cd osx && /bin/bash ./build_icon_theme.sh
- name: Install GTK Theme
Expand Down

0 comments on commit f91785a

Please sign in to comment.