File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install Stack
25
25
run : scoop install stack
26
26
27
+ - name : Install LLVM
28
+ run : |
29
+ scoop install llvm
30
+ echo "C:\Users\runneradmin\scoop\apps\llvm\current\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
31
+
27
32
- uses : actions/cache@v1
28
33
name : Cache stack dependencies
29
34
with :
44
49
- name : Run Compiler Tests
45
50
run : stack test
46
51
47
- # Disabling sanitize-addresses because it fails with following error:
48
- # https://github.com/actions/virtual-environments/issues/4978
49
- - name : Disable Debug.sanitize-addresses
50
- shell : bash
51
- run : find ./test ./examples -type f -name '*.carp' | xargs sed 's/^\((Debug.sanitize-addresses)\)/; \1/g' -i
52
-
53
52
- name : Run Carp Tests
54
53
shell : bash
55
54
run : ./scripts/run_carp_tests.sh --no_sdl
You can’t perform that action at this time.
0 commit comments