File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -127,24 +127,16 @@ jobs:
127
127
with :
128
128
# Check out pull request HEAD instead of merge commit.
129
129
ref : ${{ github.event.pull_request.head.sha }}
130
-
131
- - name : ' Install Nix'
130
+ - name : ' Install Nix/Cachix'
132
131
uses : cachix/install-nix-action@v15
133
132
with :
134
133
install_url : https://releases.nixos.org/nix/nix-2.7.0/install
135
134
extra_nix_config : |
136
135
substituters = http://cache.nixos.org https://cache.iog.io
137
136
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
138
-
139
- - name : ' Install Cachix'
140
- uses : cachix/cachix-action@v10
137
+ - uses : cachix/cachix-action@v10
141
138
with :
142
- name : runtimeverification
143
- extraPullNames : kore
144
- signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
145
-
146
- # - name: Check submodules
147
- # run: GC_DONT_GC=1 nix run .#check-submodules
148
-
149
- - name : Test KEVM
139
+ name : k-framework
140
+ authToken : ' ${{ secrets.CACHIX_PUBLIC_TOKEN }}'
141
+ - name : ' Test KEVM'
150
142
run : GC_DONT_GC=1 nix build .#kevm-test
Original file line number Diff line number Diff line change @@ -44,18 +44,16 @@ jobs:
44
44
poetry update
45
45
cd -
46
46
git add kevm-pyk/ && git commit -m 'kevm-pyk/: sync poetry files' || true
47
- - name : ' Install Nix'
47
+ - name : ' Install Nix/Cachix '
48
48
uses : cachix/install-nix-action@v15
49
49
with :
50
50
extra_nix_config : |
51
51
substituters = http://cache.nixos.org https://cache.iog.io
52
52
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
53
- - name : ' Install Cachix'
54
- uses : cachix/cachix-action@v10
53
+ - uses : cachix/cachix-action@v10
55
54
with :
56
- name : runtimeverification
57
- extraPullNames : kore
58
- signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
55
+ name : k-framework
56
+ authToken : ' ${{ secrets.CACHIX_PUBLIC_TOKEN }}'
59
57
- name : ' Update nix flake inputs'
60
58
run : |
61
59
nix run .#update-from-submodules
You can’t perform that action at this time.
0 commit comments