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 2be3e95 commit a9f334fCopy full SHA for a9f334f
.github/workflows/benchmarks.yml
@@ -45,7 +45,7 @@ jobs:
45
sudo wget "https://github.com/pizlonator/fil-c/releases/download/v${fil_c_version}/optfil-${fil_c_version}-linux-x86_64.tar.xz"
46
sudo tar -xvJf "optfil-${fil_c_version}-linux-x86_64.tar.xz"
47
cd "optfil-${fil_c_version}-linux-x86_64"
48
- echo -e "YES\nYES" | ./setup.sh
+ sudo echo -e "YES\nYES" | ./setup.sh
49
echo "/opt/fil/bin" >> $GITHUB_PATH
50
- name: Install Boost
51
run: |
0 commit comments