8000 Improve model/encoding of memory extend · xoofx/AsmArm64@14f54e4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Improve model/encoding of memory extend #65

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: "Build, Test, Pack and Publish"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
0