Skip to content

Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 #206

Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7

Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 #206

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
# 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