Skip to content

Commit 0371b8e

Browse files
authored
Fix CI with su in ubuntu
1 parent 49bea71 commit 0371b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: put fpm to PATH (Linux)
8989
if: contains(matrix.os, 'ubuntu')
9090
run: |
91-
cp /home/runner/.local/bin/fpm /usr/local/bin
91+
sudo cp /home/runner/.local/bin/fpm /usr/local/bin
9292
9393
- name: Run tests on Haskell fpm
9494
run: |

0 commit comments

Comments
 (0)