Skip to content

Commit 2a4dba5

Browse files
committed
make all homebrew variables 1 instead of "ON"
1 parent 702ee64 commit 2a4dba5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/meta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414

1515
env:
1616
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
17+
HOMEBREW_NO_ANALYTICS: 1 # Make Homebrew installation a little quicker
1818
HOMEBREW_NO_AUTO_UPDATE: 1
19-
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
20-
HOMEBREW_NO_GITHUB_API: "ON"
21-
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
19+
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
20+
HOMEBREW_NO_GITHUB_API: 1
21+
HOMEBREW_NO_INSTALL_CLEANUP: 1
2222

2323
jobs:
2424

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
!> to use a core library.
66
!>
77
!>
8-
!>### Available core libraries
8+
!>### Available core libraries
99
!>
1010
!> - OpenMP
1111
!> - MPI

0 commit comments

Comments
 (0)