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