Skip to content

Commit 6429328

Browse files
authored
sudoed command
1 parent f8b85ac commit 6429328

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
@@ -39,7 +39,7 @@ jobs:
3939
if: startsWith(matrix.compiler, 'fil++')
4040
run: |
4141
set -xe
42-
mkdir -p /opt/downloads
42+
sudo mkdir -p /opt/downloads
4343
cd /opt/downloads
4444
fil_c_version="0.674"
4545
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

Comments
 (0)