1 parent 0a3445e commit 6d3fb25Copy full SHA for 6d3fb25
2 files changed
.github/workflows/ci.yml
@@ -57,8 +57,6 @@ jobs:
57
run: gotestsum ./...
58
59
- uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0
60
- with:
61
- install_args: aqua:tinygo-org/tinygo protoc protoc-gen-go github:firefly-zero/firefly-cli
62
63
- name: try build
64
run: |
.github/workflows/release.yml
@@ -34,7 +34,6 @@ jobs:
34
35
36
with:
37
38
cache: false # no cache to avoid cache-poisoning: https://docs.zizmor.sh/audits/#cache-poisoning
39
40
- name: create package
0 commit comments