Skip to content

Commit

Permalink
Update workflows to meson 0.62.0 (#768)
Browse files Browse the repository at this point in the history
Signed-off-by: MtoLStoN <[email protected]>
  • Loading branch information
MtoLStoN authored Feb 9, 2023
1 parent dcef941 commit eb05d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "PKG_CONFIG_PATH=/usr/local/opt/openblas/lib/pkgconfig" >> $GITHUB_ENV
- name: Install meson
run: pip3 install meson==0.57.2 ninja cmake
run: pip3 install meson==0.62.0 ninja cmake

- name: Configure build
run: >-
Expand Down

0 comments on commit eb05d5d

Please sign in to comment.