File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,6 @@ jobs:
142
142
${{ matrix.BOOTSTRAP_RELEASE_CMD }}
143
143
${{ matrix.HASH_CMD }}
144
144
145
- - name : Make executable
146
- if : github.event_name == 'release' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos'))
147
- run : chmod u+x fpm/fpm-v*
148
-
149
145
- name : Upload assets
150
146
if : github.event_name == 'release'
151
147
uses : svenstaro/upload-release-action@v2
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ To report a bug report or suggest a feature, please read our
20
20
### Binary download
21
21
` x86-64 ` binaries are available [ to download] ( https://github.com/fortran-lang/fpm/releases ) for Windows, MacOS and Linux.
22
22
23
+ __ Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
24
+
25
+ _ e.g._ ` $ chmod u+x fpm-v0.1.0-linux-x86_64 `
26
+
23
27
### Build from source
24
28
25
29
#### Install Haskell
You can’t perform that action at this time.
0 commit comments