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 00bfdb4 commit ff95957Copy full SHA for ff95957
.github/workflows/main.yml
@@ -31,8 +31,9 @@ jobs:
31
- name: (x86 - C++) Build ext-stg-gc (souffle-produced reachability analysis for GC)
32
run: nix-build -A ext-stg-gc
33
34
+ - name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ nix
35
+ run: nix-build -A dap-estgi-server
36
+
37
- name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ cabal
38
run: cabal build dap-estgi-server
39
- - name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ nix
- run: nix-build -A dap-estgi-server
0 commit comments