Skip to content

Commit 343258b

Browse files
committed
use env var
1 parent ec4ae48 commit 343258b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ jobs:
8383
command -v task
8484
8585
- name: "Run unit tests"
86-
run: "task test-all"
86+
run: |-
87+
clang --version
88+
source ~/.bashrc
89+
clang --version
90+
task test-all

0 commit comments

Comments
 (0)