Skip to content

Commit

Permalink
update mac release shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 30, 2024
1 parent 7ebf581 commit 3d66422
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/mac_release_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:

steps:

- name: uninstall openexr
run: brew uninstall --ignore-dependencies openexr
# - name: uninstall openexr
# run: brew uninstall --ignore-dependencies openexr

- name: uninstall imath
run: brew uninstall --ignore-dependencies imath
# - name: uninstall imath
# run: brew uninstall --ignore-dependencies imath

- name: install dependencies - openexr v2.5
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
cd build &&
cmake -DBUILD_SHARED_LIBS=ON .. &&
make &&
make install
sudo make install
- uses: actions/checkout@v4

Expand All @@ -65,7 +65,7 @@ jobs:
cd build &&
cmake -DBUILD_SHARED_LIBS=ON .. &&
make &&
make install
sudo make install
- name: install dependencies - openexr v3.1
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
cd build &&
cmake -DBUILD_SHARED_LIBS=ON .. &&
make &&
make install
sudo make install
- uses: actions/checkout@v4

Expand All @@ -96,11 +96,11 @@ jobs:

steps:

- name: uninstall openexr
run: brew uninstall --ignore-dependencies openexr
# - name: uninstall openexr
# run: brew uninstall --ignore-dependencies openexr

- name: uninstall imath
run: brew uninstall --ignore-dependencies imath
# - name: uninstall imath
# run: brew uninstall --ignore-dependencies imath

- name: install dependencies - openexr v2.5
run: |
Expand All @@ -112,7 +112,7 @@ jobs:
cd build &&
cmake -DBUILD_SHARED_LIBS=ON .. &&
make &&
make install
sudo make install
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3d66422

Please sign in to comment.