mirror of
https://github.com/soypat/lneto.git
synced 2026-09-05 14:29:11 +00:00
don't go ham on removing fmt useful data
This commit is contained in:
@@ -143,6 +143,12 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.26"
|
||||
# Needed because a build command in memci.json names tinygo. Keep the two
|
||||
# versions in step: TinyGo 0.42 builds with Go 1.25 through 1.27 and
|
||||
# refuses to run outside that window, in either direction.
|
||||
- uses: acifani/setup-tinygo@v2
|
||||
with:
|
||||
tinygo-version: "0.42.0"
|
||||
- uses: soypat/memci@main
|
||||
with:
|
||||
args: -kind package
|
||||
|
||||
Reference in New Issue
Block a user