Skip to content

tsirysndr/setup-flox

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

setup-flox

Download, install, and setup Flox in GitHub Actions.

🚀 Usage

name: Setup Flox
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
  workflow_dispatch:

jobs:
  setup-superviseur:
    runs-on: ubuntu-latest
    continue-on-error: true
    steps:
      - uses: actions/checkout@v2
      - name: Install Nix
        uses: DeterminateSystems/nix-installer-action@v1
      - name: Setup Flox
        uses: tsirysndr/setup-flox@v1
      - name: Verify Flox
        run: flox --version

See action.yml for the full documentation for this action's inputs and outputs.

📝 License

MIT