Skip to content

Commit 702ee64

Browse files
committed
try homebrew-no-auto-update
1 parent e279d45 commit 702ee64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
CI: "ON" # We can detect this in the build system and other vendors implement it
1717
HOMEBREW_NO_ANALYTICS: "ON" # Make Homebrew installation a little quicker
18-
HOMEBREW_NO_AUTO_UPDATE: "ON"
18+
HOMEBREW_NO_AUTO_UPDATE: 1
1919
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
2020
HOMEBREW_NO_GITHUB_API: "ON"
2121
HOMEBREW_NO_INSTALL_CLEANUP: "ON"

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)