Setup Flox
ActionsTags
(2)Download, install, and setup Flox in GitHub Actions.
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.
Setup Flox 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.