Skip to content

Commit

Permalink
Update build-ss3.yml separate out steps for macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored Sep 19, 2024
1 parent 569604b commit eb098e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-ss3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,17 @@ jobs:
if: matrix.config.os == 'macos-13'
run: |
cd admb && make clean
ls
- name: See where admb is
if: matrix.config.os == 'macos-13'
run: |
cd admb && ls
- name: Compile admb, macOS
if: matrix.config.os == 'macos-13'
run: |
cd admb && make -j 4
- name: Change permissions of admb and put in path, macOS
if: matrix.config.os == 'macos-13'
run: |
sudo mv admb /usr/local/bin
sudo chmod 755 /usr/local/bin/admb
echo "/usr/local/bin/admb" >> $GITHUB_PATH
Expand Down

0 comments on commit eb098e2

Please sign in to comment.