Skip to content

lufia/setup-plan9port

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

typescript-action status

Setup plan9port

setup-plan9port is a GitHub Action to setup plan9port environment. It sets $PLAN9 environment variable and appends $PLAN9/bin to $PATH.

Usage

- uses: lufia/setup-plan9port@v1
  with:
    environment: ubuntu-20.04

Then, for scripts:

- shell: rc {0}
  run: |
    echo `{pwd}