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 9e58ac7 commit 90b9bc3Copy full SHA for 90b9bc3
.github/workflows/main.yml
@@ -28,7 +28,9 @@ jobs:
28
uses: actions/setup-go@v5
29
with:
30
go-version: 1.19
31
- cache-dependency-path: xsuite-lightsimulnet/src/go.sum
+ cache-dependency-path: |
32
+ xsuite-fullsimulnet/build-binary.mjs
33
+ xsuite-lightsimulnet/src/go.sum
34
35
- name: Build xsuite-fullsimulnet
36
run: pnpm build-xsuite-fullsimulnet
.github/workflows/release-xsuite-fullsimulnet.yml
@@ -22,6 +22,7 @@ jobs:
22
23
24
25
+ cache-dependency-path: xsuite-fullsimulnet/build-binary.mjs
26
27
0 commit comments