Skip to content

Commit

Permalink
Update ci_homebrew.yml
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
dpo authored and amontoison committed Jan 23, 2025
1 parent d2191f9 commit 76b3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "::set-output name=prefix::$(brew --prefix)"
echo "JULIA_QRMUMPS_LIBRARY_PATH=$(brew --prefix)/opt/qr_mumps/lib" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 76b3f9b

Please sign in to comment.