Skip to content

Commit a9f334f

Browse files
authored
sudoed more commands
1 parent 2be3e95 commit a9f334f

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-
echo -e "YES\nYES" | ./setup.sh
48+
sudo echo -e "YES\nYES" | ./setup.sh
4949
echo "/opt/fil/bin" >> $GITHUB_PATH
5050
- name: Install Boost
5151
run: |

0 commit comments

Comments
 (0)