Skip to content

fix: install nix in action #3

fix: install nix in action

fix: install nix in action #3

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Nix Develop Action
uses: nicknovitski/[email protected]
- run: flutter build apk --release
- run: echo "Done"