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 f8b85ac commit 6429328Copy full SHA for 6429328
.github/workflows/benchmarks.yml
@@ -39,7 +39,7 @@ jobs:
39
if: startsWith(matrix.compiler, 'fil++')
40
run: |
41
set -xe
42
- mkdir -p /opt/downloads
+ sudo mkdir -p /opt/downloads
43
cd /opt/downloads
44
fil_c_version="0.674"
45
wget "https://github.com/pizlonator/fil-c/releases/download/v${fil_c_version}/optfil-${fil_c_version}-linux-x86_64.tar.xz"
0 commit comments