Browse Source

Update build.yml

Eugene 11 months ago
parent
commit
4efcf1bbd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -172,7 +172,7 @@ jobs:
 
 
     - name: Install FPM
     - name: Install FPM
       run: |
       run: |
-        gem install fpm
+        sudo gem install fpm
 
 
     - run: rustup target add ${{matrix.rust_triple}}
     - run: rustup target add ${{matrix.rust_triple}}