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 49bea71 commit 0371b8eCopy full SHA for 0371b8e
.github/workflows/CI.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: put fpm to PATH (Linux)
89
if: contains(matrix.os, 'ubuntu')
90
run: |
91
- cp /home/runner/.local/bin/fpm /usr/local/bin
+ sudo cp /home/runner/.local/bin/fpm /usr/local/bin
92
93
- name: Run tests on Haskell fpm
94
0 commit comments