File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : " Release"
2
+ on :
3
+ push :
4
+ jobs :
5
+ tests :
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+
9
+ with :
10
+ submodules : recursive
11
+ - uses : cachix/install-nix-action@v12
12
+ - uses : cachix/cachix-action@v8
13
+ with :
14
+ name : runtimeverification
15
+ signingKey : ' ${{ secrets.RUNTIMEVERIFICATION_CACHIX_SIGNING_KEY }}'
16
+ - run : nix-build -A kore -A project.kore.checks
Original file line number Diff line number Diff line change 12
12
- uses : cachix/install-nix-action@v12
13
13
- uses : cachix/cachix-action@v8
14
14
with :
15
- name : runtimeverification
16
- signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
15
+ name : kore
16
+ signingKey : ' ${{ secrets.KORE_CACHIX_SIGNING_KEY }}'
17
17
- run : nix-build --arg checkMaterialization true -A kore -A project.kore.checks
18
18
- run : nix-shell --run "echo OK"
19
19
You can’t perform that action at this time.
0 commit comments