Skip to content

Commit

Permalink
just for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
olabusayoT committed Nov 4, 2024
1 parent 45cabd6 commit 1af0f6f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,24 @@ jobs:
############################################################

- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: brew install sbt

- name: Check out mxml source (macOS)
if: runner.os == 'macOS'
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
repository: michaelrsweet/mxml
ref: v3.3
path: mxml

- name: Install mxml library (macOS)
if: runner.os == 'macOS'
run: |
brew tap-new local/libmxml
brew extract --version 3.3.1 libmxml local/libmxml
brew install [email protected]
brew install sbt
cd mxml
./configure --prefix=/usr/local
make
sudo make install
- name: Install Dependencies (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 1af0f6f

Please sign in to comment.