We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e279d45 commit 702ee64Copy full SHA for 702ee64
.github/workflows/meta.yml
@@ -15,7 +15,7 @@ on:
15
env:
16
CI: "ON" # We can detect this in the build system and other vendors implement it
17
HOMEBREW_NO_ANALYTICS: "ON" # Make Homebrew installation a little quicker
18
- HOMEBREW_NO_AUTO_UPDATE: "ON"
+ HOMEBREW_NO_AUTO_UPDATE: 1
19
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
20
HOMEBREW_NO_GITHUB_API: "ON"
21
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
src/fpm_meta.f90
@@ -3,7 +3,7 @@
3
!> This is a wrapper data type that encapsulate all pre-processing information
4
!> (compiler flags, linker libraries, etc.) required to correctly enable a package
5
!> to use a core library.
6
-!>
+!>
7
!>
8
!>### Available core libraries
9
0 commit comments