Skip to content

Commit d0d21a2

Browse files
authored
sudoed more commands
1 parent a9f334f commit d0d21a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo wget "https://github.com/pizlonator/fil-c/releases/download/v${fil_c_version}/optfil-${fil_c_version}-linux-x86_64.tar.xz"
4646
sudo tar -xvJf "optfil-${fil_c_version}-linux-x86_64.tar.xz"
4747
cd "optfil-${fil_c_version}-linux-x86_64"
48-
sudo echo -e "YES\nYES" | ./setup.sh
48+
echo -e "YES\nYES" | sudo ./setup.sh
4949
echo "/opt/fil/bin" >> $GITHUB_PATH
5050
- name: Install Boost
5151
run: |

0 commit comments

Comments
 (0)