Setup Erg environment
ActionsSetup a Erg environment by adding problem matchers and optionally downloading and adding it to the PATH
v4.2
LatestBy erg-lang
Tags
(1)permissions:
contents: write
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: erg-lang/[email protected]
with:
build: 'nightly'
- name: Run script
run: |
echo 'print! "hello, world!"' | erg
npm install
npm i -g @vercel/ncc
ncc build main.js
Setup Erg environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.