Skip to content

feat: allow user to specify nix packages to be installed #11

feat: allow user to specify nix packages to be installed

feat: allow user to specify nix packages to be installed #11

Workflow file for this run

name: Setup Crosup
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
setup-crosup:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Setup Crosup
uses: ./
with:
packages: |
deno
- name: Verify Crosup
run: crosup --version
- name: Verify Deno
run: deno --version