Skip to content

detect machine arch (#5) #29

detect machine arch (#5)

detect machine arch (#5) #29

Workflow file for this run

name: master
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
pluto: [1.3.0]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1.1.0
with:
command: "pluto version"
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided