Skip to content

Switch to slang for shaders #209

Switch to slang for shaders

Switch to slang for shaders #209

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
env:
SCCACHE_GHA_ENABLED: "true"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Nix
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/flake-checker-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: tmayoff
authToken: '${{ secrets.CACHIX_AUTH }}'
# Build
- name: Setup sccache
uses: mozilla-actions/[email protected]
- name: configure
run: nix develop --command just configure
- name: build
run: nix develop --command just build
- name: test
run: nix develop --command just test