Skip to content

Commit be67bc6

Browse files
committed
do not check installed dependents
1 parent 2a4dba5 commit be67bc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/meta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
2020
HOMEBREW_NO_GITHUB_API: 1
2121
HOMEBREW_NO_INSTALL_CLEANUP: 1
22+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
2223

2324
jobs:
2425

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!> This is a wrapper data type that encapsulate all pre-processing information
44
!> (compiler flags, linker libraries, etc.) required to correctly enable a package
55
!> to use a core library.
6-
!>
6+
!>
77
!>
88
!>### Available core libraries
99
!>

0 commit comments

Comments
 (0)