mirror of
https://github.com/soypat/lneto.git
synced 2026-09-12 09:39:31 +00:00
fix ci
This commit is contained in:
@@ -136,16 +136,13 @@ jobs:
|
|||||||
path: bench-results.txt
|
path: bench-results.txt
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
memci:
|
memci:
|
||||||
|
needs: [test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- uses: actions/setup-go@v6
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: "1.26"
|
go-version: "1.26"
|
||||||
|
|
||||||
# Both binaries here are host tools. A TinyGo target would need
|
|
||||||
# acifani/setup-tinygo installed above and a build command naming it.
|
|
||||||
- uses: soypat/memci@main
|
- uses: soypat/memci@main
|
||||||
with:
|
with:
|
||||||
args: -kind package
|
args: -kind package
|
||||||
|
|||||||
Reference in New Issue
Block a user