Skip to content

Commit

Permalink
fix: macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhhh committed Jun 24, 2024
1 parent 7dedbef commit 2bbd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Link gcc for seislib
if: matrix.os == 'macos-13'
run: sudo ln -s /usr/bin/gcc /usr/local/Cellar/gcc
run: sudo brew install gcc

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2bbd1c2

Please sign in to comment.