Skip to content

Commit df30e0d

Browse files
committed
add executable to all x files by default
1 parent 315e55d commit df30e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
mkdir ~/.cargo/bin/Rust/
4949
cp -r txl_rules/* ~/.cargo/bin/Rust/
50+
chmod +x ~/.cargo/bin/Rust/*
5051
5152
- name: run crusts
5253
working-directory: ./benchmark
@@ -64,4 +65,4 @@ jobs:
6465

6566
- name: get KLOC
6667
working-directory: ./benchmark
67-
run: sh compute_KLOC.sh
68+
run: sh compute_KLOC.sh

0 commit comments

Comments
 (0)