Skip to content

Finished Basic player Controler. #3

Finished Basic player Controler.

Finished Basic player Controler. #3

Workflow file for this run

name: "Nix"
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v16
with:
extra_nix_config: |
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix build .